Enum SelectionType
Defines the available modes for selecting tasks on the Kanban board.
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SelectionType
Remarks
SelectionType dictates whether users can select one, multiple, or no tasks at all.
Fields
| Name | Description |
|---|---|
| Multiple | Allows for the selection of multiple tasks at once. |
| None | Disables selection of any tasks. |
| Single | Allows for the selection of a single task. |