Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved