Back to Devexpress

SortingDirection Enum

corelibraries-devexpress-dot-xpo-dot-db-48fe40ae.md

latest1.4 KB
Original Source

SortingDirection Enum

Lists the values that specify the sort order.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum SortingDirection
vb
Public Enum SortingDirection

Members

NameDescription
Ascending

A property (column) is sorted in ascending order.

| | Descending |

A property (column) is sorted in descending order.

|

The following properties accept/return SortingDirection values:

LibraryRelated API Members
Cross-Platform Class LibrarySortingColumn.Direction
SortProperty.Direction
XAF: Cross-Platform .NET App UI & Web APIIModelSortProperty.Direction

Remarks

The values listed by this enumeration are used to set the SortProperty.Direction property.

See Also

DevExpress.Xpo.DB Namespace