Class TableToolbarItemModel
The class is used to configure quick toolbar items on tables in the SfRichTextEditor.
Inheritance
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class TableToolbarItemModel : Object
Remarks
This class provides tools and properties for tailoring toolbar actions specifically around table management within the editor.
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 | Description |
---|---|
TableToolbarCommand | An instance of TableToolbarCommand articulating the action type. |
Remarks
The Command defines the operation to be executed via the toolbar component as it interacts with tables.
CssClass
Gets or sets the CSS class that can be added to customize the table quick toolbar item.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string of CSS classes for element styling. |
Remarks
The CssClass property allows for the application of stylistic modifications to table toolbar modules.
TooltipText
Gets or sets the tooltip text of the table quick toolbar item.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String | A tooltip string for additional clarification. |
Remarks
TooltipText helps disclose functional insights into the toolbar options, enhancing user guidance on table-related actions.