ITreeListDataColumn.SortOrder Property
In This Article
Specifies the column’s sort order (ascending or descending).
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(TreeListColumnSortOrder.None)]
TreeListColumnSortOrder SortOrder { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
None | An enumeration value. |
Available values:
Name | Description |
---|---|
None | The Tree |
Ascending | The Tree |
Descending | The Tree |
#Remarks
Refer to the SortOrder property description for more information and an example.
See Also