Back to Devexpress

ASPxClientVerticalGridRow Class

aspnet-js-aspxclientverticalgridrow.md

latest993 B
Original Source

ASPxClientVerticalGridRow Class

A client grid row.

Declaration

ts
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

Vertical Grid

ASPxClientVerticalGridRow Members