Skip to main content
A newer version of this page is available. .

AllowedSortOrders Enum

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

Namespace: DevExpress.Data

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

[Flags]
public enum AllowedSortOrders

Members

Name Description
Ascending

Values can be sorted in ascending order.

Descending

Values can be sorted in descending order.

All

Values can be sorted in any order.

Related API Members

The following properties accept/return AllowedSortOrders values:

See Also