ColumnSortMode Enum
Namespace: DevExpress.Data
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Value
|
Column values are sorted and grouped by edit values. |
DisplayText
|
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 GridControl and suggest that you use the new DataGridView control instead.
The ColumnSortMode
enumeration values are used by the GridColumn.SortMode property.
See Also