Back to Devexpress

DXTreeView.SortDescriptions Property

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-55a121f1.md

latest1.1 KB
Original Source

DXTreeView.SortDescriptions Property

Specifies how to sort tree view data items.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public ObservableCollection<TreeViewSortDescription> SortDescriptions { get; }

Property Value

TypeDescription
ObservableCollection<TreeViewSortDescription>

An object that specifies how to sort tree view items.

|

Remarks

For more information, refer to the following help topic: Sort Tree View Items.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace