Class TableToolbarItemModel
The class is used to configure quick toolbar items on the table in the Rich Text Editor.
Inheritance
System.Object
TableToolbarItemModel
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class TableToolbarItemModel : Object
Constructors
TableToolbarItemModel()
Declaration
public TableToolbarItemModel()
Properties
Command
Defines the command name of the table quick toolbar item.
Declaration
public TableToolbarCommand Command { get; set; }
Property Value
Type | Description |
---|---|
TableToolbarCommand |
CssClass
Defines the CSS class that can be added to table quick toolbar item.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TooltipText
Defines the command name of the table quick toolbar item.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String |