ITreeListDataColumn.SortMode Property
In This Article
Specifies whether the TreeList sorts column data by values or uses custom sort logic.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(TreeListColumnSortMode.Value)]
TreeListColumnSortMode SortMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Value | An enumeration value. |
Available values:
Name | Description |
---|---|
Value | The Tree |
Custom | In this mode, the Custom |
#Remarks
Refer to the SortMode property description for more information and an example.
See Also