Back to Devexpress

AllowedSortOrders Enum

wpf-devexpress-dot-data.md

latest1.0 KB
Original Source

AllowedSortOrders Enum

Lists the possible sort orders that the GridControl ‘s column supports.

Namespace : DevExpress.Data

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Flags]
public enum AllowedSortOrders
vb
<Flags>
Public Enum AllowedSortOrders

Members

NameDescription
Ascending

Values can be sorted in ascending order.

| | Descending |

Values can be sorted in descending order.

| | All |

Values can be sorted in any order.

|

The following properties accept/return AllowedSortOrders values:

See Also

DevExpress.Data Namespace