Class SortOrder
Specifies the SortOrder to sort the data source.
Inheritance
System.Object
SortOrder
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
Defines the Ascending sort order.
Declaration
public const SortOrder Ascending
Field Value
Type |
---|
SortOrder |
Descending
Defines the Descending sort order.
Declaration
public const SortOrder Descending
Field Value
Type |
---|
SortOrder |
None
Defines the None sort order.
Declaration
public const SortOrder None
Field Value
Type |
---|
SortOrder |