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

ASPxClientVerticalGridRow Class

A client grid row.

Declaration

declare class ASPxClientVerticalGridRow extends ASPxClientGridColumnBase

Remarks

The ASPxClientVerticalGridRow object is a row displayed in a grid on the client side. Client rows correspond to server rows that are stored within the ASPxVerticalGrid.Rows collection.

To access individual client rows, use the ASPxClientVerticalGrid.GetRow, ASPxClientVerticalGrid.GetRowById or ASPxClientVerticalGrid.GetRowByField methods.

Inheritance

ASPxClientGridColumnBase
ASPxClientVerticalGridRow
See Also