A newer version of this page is available.
Switch to the current version.
SortDirection Enum
Lists the values that specify the sort order.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None | No sorting is performed. |
Ascending | Values are sorted in ascending order. |
Descending | Values are sorted in descending order. |
Related API Members
The following properties accept/return SortDirection values:
Remarks
The values listed by this enumeration are used to set the ViewProperty.Sorting property.
See Also
Feedback