ColumnSortMode Enum
In This Article
Namespace: DevExpress.Data
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Value
|
Column values are sorted and grouped by edit values. |
Display
|
Column values are sorted and grouped by the display text (by formatted values). |
#Related API Members
The following properties accept/return ColumnSortMode values:
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The ColumnSortMode
enumeration values are used by the GridColumn.SortMode property.
See Also