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