TTMSFNCKanbanBoardDragDropMode Enumeration
Specifies the drag-and-drop behaviour when the user drags an item between columns.
API unit family: TMSFNCKanbanBoard
Members
| Name | Description |
|---|---|
kbdmNone |
Drag-and-drop is disabled. |
kbdmMove |
Dragging an item moves it from the source column to the target column. |
kbdmCopy |
Dragging an item copies it to the target column, leaving the original in place. |