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 | Description |
---|---|
SortOrder |
Descending
Indicates that the folders and files are sorted in the descending order.
Declaration
public const SortOrder Descending
Field Value
Type | Description |
---|---|
SortOrder |
None
Indicates that the folders and files are not sorted.
Declaration
public const SortOrder None
Field Value
Type | Description |
---|---|
SortOrder |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |