ASPxClientVerticalGrid.GetRow(rowIndex) Method
Returns the client row that resides at the specified position within the row collection.
#Declaration
GetRow(
rowIndex: number
): ASPxClientVerticalGridRow
#Parameters
Name | Type | Description |
---|---|---|
row |
number | The row’s index within the row collection (the row’s Collection |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |