Class KanbanCardSelectionType
Specifies the selection behavior for Kanban cards.
Inheritance
System.Object
KanbanCardSelectionType
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.Kanban.WinUI.dll
Syntax
public sealed class KanbanCardSelectionType : Enum
Fields
Multiple
Enables multi-card selection using keyboard modifiers such as Ctrl + Left Click and Shift + Left Click. Supports multi-card drag-and-drop operations.
Declaration
public const KanbanCardSelectionType Multiple
Field Value
| Type |
|---|
| KanbanCardSelectionType |
None
No card selection is allowed.
Declaration
public const KanbanCardSelectionType None
Field Value
| Type |
|---|
| KanbanCardSelectionType |
Single
Supports only one selected card at a time and maintains the existing SfKanban selection behavior.
Declaration
public const KanbanCardSelectionType Single
Field Value
| Type |
|---|
| KanbanCardSelectionType |