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

ASPxVerticalGridCustomRowSortEventArgs.Row Property

Gets the row whose values are being compared.

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 row that contains the values to compare.

See Also