Enum SortDirection
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the direction that search results are sorted by.
public enum SortDirection
- Extension Methods
Fields
Ascending = 1
Results are sorted in ascending order (A-Z).
Descending = 2
Results are sorted in descending order (Z-A).
None = 0
No sort direction.