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