Skip to main content

ColumnSortOrder Enum

Lists values specifying the sort orders.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

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.

#Passed To

You can pass ColumnSortOrder values to the ColumnBase.SortOrder property.

#Remarks

Values listed by this enumeration apply data sorting in a particular order or cancel any sorting applied. These values are used to set the ColumnBase.SortOrder, GridGroupSummarySortInfo.SortOrder, CustomColumnSortEventArgs.SortOrder and GridSortInfo.SortOrder properties.

See Also