Back to Devexpress

ASPxClientVerticalGrid.GetRow(rowIndex) Method

aspnet-js-aspxclientverticalgrid-dot-getrow-x28-rowindex-x29.md

latest1.0 KB
Original Source

ASPxClientVerticalGrid.GetRow(rowIndex) Method

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

Declaration

ts
GetRow(
    rowIndex: number
): ASPxClientVerticalGridRow

Parameters

NameTypeDescription
rowIndexnumber

The row’s index within the row collection (the row’s CollectionItem.Index property value).

|

Returns

TypeDescription
ASPxClientVerticalGridRow

An ASPxClientVerticalGridRow object that represents the client row.

|

See Also

GetRowByField(rowFieldName)

GetRowById(rowId)

Vertical Grid

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members