Enum SortOrder
Sepcifies the sort order.
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SortOrder
Fields
| Name | Description |
|---|---|
| Ascending | Sorts in ascending order. |
| Descending | Sorts in descending order. |
| None | No sort order. |