ColumnSortMode Enum
Lists the values that specify how a column’s data should be sorted.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Default
|
The actual sort mode is determined by a control. See the property description for more details. |
Value
|
Sorts the column’s data by the column’s edit values (these are synchronized with the bound data source’s values). |
Display
|
Sorts the column’s data by the column’s display text (the strings displayed within the column’s cells). |
Custom
|
Applies sort options specified in the In data grids, this mode also applies group options from the |
#Related API Members
The following properties accept/return ColumnSortMode values:
Library | Related API Members |
---|---|
Win |
Grid |
Tree |
|
WPF Controls | Column |
Tree |
|
ASP. |
ASPx |
Grid |