ColumnSortOrder Enum
Lists values specifying the sort order.
Namespace: DevExpress.Data
Assembly: DevExpress.Mobile.Core.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
No sorting is applied to a column. |
Ascending
|
Sorts the column in ascending order. |
Descending
|
Sorts the columns in descending order. |
Related API Members
The following properties accept/return ColumnSortOrder values:
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
The ColumnSortOrder enumeration values are used by the GridColumn.SortOrder property.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ColumnSortOrder enum.
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.