Enum SortOrder
Specifies the sort order in components that support sorting.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum SortOrder : int
Fields
Name | Description |
---|---|
Ascending | Ascending sort order. |
Descending | Descending sort order. |