Class SortOrder
An enum type that denotes the sort order of the ListView. Available options are as follows None, Ascending, Descending.
Inheritance
System.Object
SortOrder
Namespace: Syncfusion.Blazor.Lists
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
Sorts the list view items will be displayed in the ascending order.
Declaration
public const SortOrder Ascending
Field Value
Type |
---|
SortOrder |
Descending
Sorts the list view items will be displayed in the descending order.
Declaration
public const SortOrder Descending
Field Value
Type |
---|
SortOrder |
None
The list view items will be displayed without performing any sorting.
Declaration
public const SortOrder None
Field Value
Type |
---|
SortOrder |