Class SortDirection
Specifies directions in which tasks can be sorted.
Inheritance
System.Object
SortDirection
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SortDirection : Enum
Remarks
SortDirection is used to define the order in which tasks appear, either ascending or descending.
Fields
Ascending
Sorts tasks in ascending order.
Declaration
public const SortDirection Ascending
Field Value
Type | Description |
---|---|
SortDirection | Represents order from smallest to largest or earliest to latest. |
Remarks
Ideal for prioritizing tasks from low to high importance or chronological order.
Descending
Sorts tasks in descending order.
Declaration
public const SortDirection Descending
Field Value
Type | Description |
---|---|
SortDirection | Represents order from largest to smallest or latest to earliest. |
Remarks
Ideal for prioritizing tasks from high to low importance or reverse chronological order.