Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TableCommandsArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TableCommandsArgs

    The class is used to configure table settings in the Rich Text Editor.

    Inheritance
    System.Object
    TableCommandsArgs
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TableCommandsArgs : Object

    Constructors

    TableCommandsArgs()

    Declaration
    public TableCommandsArgs()

    Properties

    Columns

    Defines the number of columns to be inserted in the table.

    Declaration
    public int Columns { get; set; }
    Property Value
    Type Description
    System.Int32

    Rows

    Defines the number of rows to be inserted in the table.

    Declaration
    public int Rows { get; set; }
    Property Value
    Type Description
    System.Int32

    Width

    Defines the MinWidth, MaxWidth and Width of the table.

    Declaration
    public CommandsWidth Width { get; set; }
    Property Value
    Type Description
    CommandsWidth
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved