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

ASPxVerticalGridDataCellEventArgs.Row Property

Gets the record that owns the cell currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public VerticalGridDataRow Row { get; }

Property Value

Type Description
VerticalGridDataRow

A VerticalGridDataRow descendant that is the record.

See Also