ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder Property
Gets a column’s (row’s for ASPxVerticalGrid) previous sort order.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ColumnSortOrder | One of the ColumnSortOrder enumeration values. |
Available values:
Name | Description |
---|---|
None | No sorting is applied to a column. |
Ascending | Sorts the column in ascending order. |
Descending | Sorts the columns in descending order. |
Remarks
Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.
ASPxGridView
To obtain the column’s current sort order, use its GridViewDataColumn.SortOrder property.
Related Links
ASPxCardView
To obtain the column’s current sort order, use its CardViewColumn.SortOrder property.
Related Links
ASPxVerticalGrid
To obtain the row’s current sort order, use its VerticalGridDataRow.SortOrder property.