Class SortOrder
Defines the sorting order type for TreeView.
Inheritance
System.Object
SortOrder
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
Specifies the nodes are sorted in the 'Ascending' order.
Declaration
public const SortOrder Ascending
Field Value
Type |
---|
SortOrder |
Descending
Specifies the nodes are sorted in the 'Descending' order.
Declaration
public const SortOrder Descending
Field Value
Type |
---|
SortOrder |
None
Specifies the nodes are not sorted.
Declaration
public const SortOrder None
Field Value
Type |
---|
SortOrder |