Enum SortOrder
Defines the sorting order of the folders and files.
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SortOrder
Fields
| Name | Description |
|---|---|
| Ascending | Indicates that the folders and files are sorted in the ascending order in FileManager component. |
| Descending | Indicates that the folders and files are sorted in the descending order. |
| None | Indicates that the folders and files are not sorted. |