menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TableToolbarItemModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TableToolbarItemModel

    The class is used to configure quick toolbar items on tables in the SfRichTextEditor.

    Inheritance
    System.Object
    TableToolbarItemModel
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved