CustomColumnSortEventArgs.SortOrder Property
Gets the current sort order applied to the column being processed.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
ColumnSortOrder | A ColumnSortOrder value representing the column’s sort order. |
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 being processed.
When handling the GridView.CustomColumnGroup event the SortOrder property is always set to ColumnSortOrder.None.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SortOrder property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.