Skip to main content
Tab

ASPxVerticalGridCustomRowSortEventArgs.Row Property

Gets the row whose values are being compared.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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