GridCustomColumnSortEventArgs.SortOrder Property
Gets the sort order applied to the column (row for ASPxVerticalGrid) being processed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.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
The SortOrder property indicates the sort order (ascending or descending) applied to the column (row for ASPxVerticalGrid) being processed.
See Also