SortDirection Enum
Lists the values that specify the sort order.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Members
Name | Description |
---|---|
None
|
No sorting is performed. |
Ascending
|
Values are sorted in ascending order. |
Descending
|
Values are sorted in descending order. |
Remarks
The values listed by this enumeration are used to set the ViewProperty.Sorting property.
See Also