ASPxClientVerticalGrid.GetRow(rowIndex) Method
In This Article
Returns the client row that resides at the specified position within the row collection.
#Declaration
TypeScript
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 |
See Also