Class SortDirection
Specifies the sort direction for the field names in the Query Builder.
Inheritance
System.Object
SortDirection
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortDirection : Enum
Remarks
This enumeration controls how the fields in the dropdown list are ordered.
Fields
Ascending
Sorts the field names in ascending alphabetical order.
Declaration
public const SortDirection Ascending
Field Value
Type |
---|
SortDirection |
Default
The fields are not sorted and appear in their original order.
Declaration
public const SortDirection Default
Field Value
Type |
---|
SortDirection |
Descending
Sorts the field names in descending alphabetical order.
Declaration
public const SortDirection Descending
Field Value
Type |
---|
SortDirection |