Class DropDownItemModel
The class is used to configure drop down toolbar items in the SfRichTextEditor.
Inheritance
System.Object
DropDownItemModel
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class DropDownItemModel : Object
Constructors
DropDownItemModel()
Declaration
public DropDownItemModel()
Properties
Command
Gets or sets the command name of the dropdown toolbar item.
Declaration
public string Command { get; set; }
Property Value
Type |
---|
System.String |
CssClass
Gets or sets the CSS class of the dropdown toolbar item to customize it.
Declaration
public string CssClass { get; set; }
Property Value
Type |
---|
System.String |
IconCss
Gets or sets a CSS class string to include an icon or image for the dropdown toolbar item.
Declaration
public string IconCss { get; set; }
Property Value
Type |
---|
System.String |
ListImage
Gets or sets the listImage of the list dropdown toolbar item.
Declaration
public string ListImage { get; set; }
Property Value
Type |
---|
System.String |
SubCommand
Gets or sets the sub command of the dropdown toolbar item.
Declaration
public string SubCommand { get; set; }
Property Value
Type |
---|
System.String |
Text
Gets or sets the text of the dropdown toolbar item.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the value of the dropdown toolbar item.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |