Enum SortOrder
An enum type that denotes the sort order of the ListView. Available options are as follows None, Ascending, Descending.
Namespace: Syncfusion.Blazor.Lists
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SortOrder
Fields
| Name | Description |
|---|---|
| Ascending | Sorts the list view items will be displayed in the ascending order. |
| Descending | Sorts the list view items will be displayed in the descending order. |
| None | The list view items will be displayed without performing any sorting. |