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