Skip to main content

ColumnSortOrder Enum

Lists values specifying the sort orders.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum ColumnSortOrder

Members

Name Description
None

No sorting is applied to a column.

Ascending

Sorts the column in ascending order.

Descending

Sorts the columns in descending order.

Remarks

Values listed by this enumeration apply data sorting in a particular order or cancel any sorting applied.

See Also