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