Class
EditorDropDownListToolItems

Predefined sets of data sources for the editor dropdown tools.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public static class EditorDropDownListToolItems

Inheritance: objectEditorDropDownListToolItems

Fields

FontFamilyItems

Predefined font family names.

Declaration

cs-api-definition
public static readonly List<EditorDropDownListItem> FontFamilyItems

Field Value

List<EditorDropDownListItem>

FontSizeItems

Predefined font size options.

Declaration

cs-api-definition
public static readonly List<EditorDropDownListItem> FontSizeItems

Field Value

List<EditorDropDownListItem>

FormatItems

Predefined block element formatting options.

Declaration

cs-api-definition
public static readonly List<EditorDropDownListItem> FormatItems

Field Value

List<EditorDropDownListItem>