Back to Devexpress

TreeViewSortDescription Class

maui-devexpress-dot-maui-dot-treeview-5ae16758.md

latest1.6 KB
Original Source

TreeViewSortDescription Class

Specifies how to sort TreeView items.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public class TreeViewSortDescription :
    SortDescription,
    ITreeView.IColumn

Remarks

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

Implements

INotifyPropertyChanged

IElementController

Inheritance

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

Extension Methods

Yield<TreeViewSortDescription>()

YieldIfNotNull<TreeViewSortDescription>()

See Also

TreeViewSortDescription Members

DevExpress.Maui.TreeView Namespace