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

ColumnSortOrder Enum

Lists values specifying the sort orders.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ColumnSortOrder enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also