TreeListColumnSortMode Enum
Lists the values that specify how a tree list column’s data should be sorted.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Default
|
If a column’s Tree |
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). |
#Related API Members
The following properties accept/return TreeListColumnSortMode values:
#Remarks
Use the Tree List’s TreeListDataColumn.SortMode property to specify how a column’s data is sorted when sorting is applied. To define the sorting mode for all tree list columns, use the ASPxGridBehaviorSettings.SortMode property.