Skip to main content
A newer version of this page is available. .

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
rowIndex number

A zero-based index that identifies the row within the row collection (the row’s CollectionItem.Index property value).

Returns

Type Description
ASPxClientVerticalGridRow

An ASPxClientVerticalGridRow object that represents the client row.

See Also