Class
TableCommandArgs

Command arguments for manipulating a table.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TableCommandArgs : ToolCommandArgsBase

Inheritance: objectToolCommandArgsBaseTableCommandArgs

Inherited Members ToolCommandArgsBase.CommandNameToolCommandArgsBase.ShouldFocusView

Constructors

TableCommandArgs()

Declaration

cs-api-definition
public TableCommandArgs()

TableCommandArgs(int, int)

Declaration

cs-api-definition
public TableCommandArgs(int rows, int cols)

Parameters

rows

int

cols

int

Properties

Cols

The number of columns in the table.

Declaration

cs-api-definition
public int Cols { get; set; }

Property Value

int

Rows

The number of rows in the table.

Declaration

cs-api-definition
public int Rows { get; set; }

Property Value

int