ASPxVerticalGridCustomRowSortEventArgs.Row Property
Gets the row whose values are being compared.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
VerticalGridDataRow | A VerticalGridDataRow descendant that represents the row that contains the values to compare. |
See Also