Class EditorDropDownListToolItems
Predefined sets of data sources for the editor dropdown tools.
Inheritance
System.Object
EditorDropDownListToolItems
Namespace: Telerik.Blazor.Components.Editor
Assembly: Telerik.Blazor.dll
Syntax
public static class EditorDropDownListToolItems : Object
Fields
FontFamilyItems
Predefined font family names.
Declaration
public static List<EditorDropDownListItem> FontFamilyItems
Field Value
System.Collections.Generic.List<EditorDropDownListItem>
|
FontSizeItems
Predefined font size options.
Declaration
public static List<EditorDropDownListItem> FontSizeItems
Field Value
System.Collections.Generic.List<EditorDropDownListItem>
|
FormatItems
Predefined block element formatting options.
Declaration
public static List<EditorDropDownListItem> FormatItems
Field Value
System.Collections.Generic.List<EditorDropDownListItem>
|