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

ASPxVerticalGridBeforeRowSortingEventArgs.Row Property

Gets a row whose sort order has been changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public VerticalGridDataRow Row { get; }

Property Value

Type Description
VerticalGridDataRow

A VerticalGridDataRow object that is the processed data row.

See Also