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
Gets or sets the number of columns to be inserted in the table.
Declaration
public int Columns { get; set; }
Property Value
Type |
---|
System.Int32 |
Rows
Gets or sets the number of rows to be inserted in the table.
Declaration
public int Rows { get; set; }
Property Value
Type |
---|
System.Int32 |
Width
Gets or sets the width of the table.
Declaration
public CommandsWidth Width { get; set; }
Property Value
Type |
---|
CommandsWidth |