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

ASPxVerticalGridRowDisplayTextEventArgs.Row Property

Gets the row that contains the cell currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public VerticalGridDataRow Row { get; }

Property Value

Type Description
VerticalGridDataRow

A VerticalGridDataRow descendant that represents the data row (a record in the grid) which contains the processed cell.

See Also