Skip to main content

TreeViewSortDescription Class

Specifies how to sort TreeView items.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public class TreeViewSortDescription :
    SortDescription,
    ITreeView.IColumn

Remarks

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

Inheritance

Object
BindableObject
Element
DevExpress.Maui.Core.Internal.DXElementBaseCore
SortDescriptionBase
SortDescription
TreeViewSortDescription
See Also