ColumnSortOrder Enum
Lists values specifying the sort orders.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(ColumnSortOrderTypeConverter))]
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