Class SortOrder
Sepcifies the sort order.
Inheritance
System.Object
SortOrder
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
Sorts in ascending order.
Declaration
public const SortOrder Ascending
Field Value
Type |
---|
SortOrder |
Descending
Sorts in descending order.
Declaration
public const SortOrder Descending
Field Value
Type |
---|
SortOrder |
None
No sort order.
Declaration
public const SortOrder None
Field Value
Type |
---|
SortOrder |