Class TreeViewSortDirection
Defines the direction for sorting operations in the SfTreeView.
Inheritance
System.Object
TreeViewSortDirection
Namespace: Syncfusion.Maui.TreeView
Assembly: Syncfusion.Maui.TreeView.dll
Syntax
public sealed class TreeViewSortDirection : Enum
Fields
Ascending
Specifies that items should be sorted in ascending order.
Declaration
public const TreeViewSortDirection Ascending
Field Value
Type |
---|
TreeViewSortDirection |
Descending
Specifies that items should be sorted in descending order.
Declaration
public const TreeViewSortDirection Descending
Field Value
Type |
---|
TreeViewSortDirection |