Class SortOrder
Defines the sorting order of the folders and files.
Inheritance
System.Object
SortOrder
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
Indicates that the folders and files are sorted in the ascending order in FileManager component.
Declaration
public const SortOrder Ascending
Field Value
Type |
---|
SortOrder |
Descending
Indicates that the folders and files are sorted in the descending order.
Declaration
public const SortOrder Descending
Field Value
Type |
---|
SortOrder |
None
Indicates that the folders and files are not sorted.
Declaration
public const SortOrder None
Field Value
Type |
---|
SortOrder |