Class Item
The class is used to configure the current toolbar Items.
Inheritance
System.Object
Item
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class Item : Object
Constructors
Item()
Declaration
public Item()
Properties
Command
Gets or sets the Command name of the toolbar item.
Declaration
public string Command { get; set; }
Property Value
Type |
---|
System.String |
Icon
Gets or sets the Icon of the toolbar item.
Declaration
public string Icon { get; set; }
Property Value
Type |
---|
System.String |
Id
Gets or sets the Id of the toolbar item.
Declaration
public string Id { get; set; }
Property Value
Type |
---|
System.String |
SubCommand
Gets or sets the sub command name of the toolbar item.
Declaration
public string SubCommand { get; set; }
Property Value
Type |
---|
System.String |
Tooltip
Gets or sets the tooltip name of the toolbar item.
Declaration
public string Tooltip { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the value of the toolbar item.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |