Skip to main content

ASPxClientVerticalGrid.GetRow(rowIndex) Method

Returns the client row that resides at the specified position within the row collection.

#Declaration

TypeScript
GetRow(
    rowIndex: number
): ASPxClientVerticalGridRow

#Parameters

Name Type Description
rowIndex number

The row’s index 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