Enum SortOrderBy
Determines the order in which tasks are arranged on the Kanban board.
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SortOrderBy
Remarks
SortOrderBy specifies the sorting criterion that dictates the sequencing of tasks.
Fields
| Name | Description |
|---|---|
| Custom | Orders tasks based on custom logic defined by the user. |
| DataSourceOrder | Orders tasks according to their original sequence in the data source. |
| Index | Orders tasks based on their relative index positions. |