Enum SortDirection
Specifies directions in which tasks can be sorted.
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SortDirection
Remarks
SortDirection is used to define the order in which tasks appear, either ascending or descending.
Fields
| Name | Description |
|---|---|
| Ascending | Sorts tasks in ascending order. |
| Descending | Sorts tasks in descending order. |