Enum SortOrder
Defines the sorting order type for TreeView.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SortOrder
Fields
| Name | Description |
|---|---|
| Ascending | Specifies the nodes are sorted in the 'Ascending' order. |
| Descending | Specifies the nodes are sorted in the 'Descending' order. |
| None | Specifies the nodes are not sorted. |