Enum SortDirection
Specifies the sort direction for the field names in the Query Builder.
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SortDirection
Remarks
This enumeration controls how the fields in the dropdown list are ordered.
Fields
| Name | Description |
|---|---|
| Ascending | Sorts the field names in ascending alphabetical order. |
| Default | The fields are not sorted and appear in their original order. |
| Descending | Sorts the field names in descending alphabetical order. |