ColumnSortOrder Enum
Lists values specifying the sort orders.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
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. |
Remarks
Values listed by this enumeration apply data sorting in a particular order or cancel any sorting applied.
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.