Back to Devexpress

SortDirection Enum

xpo-devexpress-dot-xpo-43bb9876.md

latest1.2 KB
Original Source

SortDirection Enum

Lists the values that specify the sort order.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public enum SortDirection
vb
Public Enum SortDirection

Members

NameDescription
None

No sorting is performed.

| | Ascending |

Values are sorted in ascending order.

| | Descending |

Values are sorted in descending order.

|

The following properties accept/return SortDirection values:

Remarks

The values listed by this enumeration are used to set the ViewProperty.Sorting property.

See Also

DevExpress.Xpo Namespace