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

ASPxVerticalGridRowDataEventArgs.Row Property

Gets the unbound row currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridDataRow Row { get; }

Property Value

Type Description
VerticalGridDataRow

A VerticalGridDataRow object that represents the unbound row.

See Also