Class ToolbarItemModel
Provides information about the toolbar items added in the Rich Text Editor.
Inheritance
System.Object
ToolbarItemModel
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarItemModel : Object
Constructors
ToolbarItemModel()
Declaration
public ToolbarItemModel()
Properties
Command
Defines the command name of the toolbar item.
Declaration
public ToolbarCommand Command { get; set; }
Property Value
Type | Description |
---|---|
ToolbarCommand |
CssClass
Defines the CSS class that can be added to each toolbar item.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Defines the template name of the custom toolbar item.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TooltipText
Defines the tooltip text of the toolbar item.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String |