Class DropDownItemModel
The class is used to configure drop down toolbar items in the Rich Text Editor.
Inheritance
System.Object
DropDownItemModel
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class DropDownItemModel : Object
Constructors
DropDownItemModel()
Declaration
public DropDownItemModel()
Properties
Command
Defines the command name of the dropdown toolbar item.
Declaration
public string Command { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CssClass
Defines the CSS class of the dropdown toolbar item.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconCss
Defines the Icon's CSS of the dropdown toolbar item.
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListImage
Defines the listImage of the list dropdown toolbar item.
Declaration
public string ListImage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubCommand
Defines the sub command of the dropdown toolbar item.
Declaration
public string SubCommand { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Defines the text of the dropdown toolbar item.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Defines the value of the dropdown toolbar item.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |