Class TaskBoardColumnDragDropBehavior
Defines the drag and drop behavior in Task
Inherited Members
Namespace: Telerik.Windows.Controls.TaskBoard
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TaskBoardColumnDragDropBehavior : DragDropBehavior<DragDropState>, IDragDropBehavior<DragDropState>
Constructors
TaskBoardColumnDragDropBehavior()
Initializes a new instance of the Task
Declaration
public TaskBoardColumnDragDropBehavior()
Methods
CanStartDrag(DragDropState)
Returns a value specifying whether the drag operation can be started. A NotSupportedException is thrown when the dragged items are of type
Rad
Declaration
public override bool CanStartDrag(DragDropState state)
Parameters
Drag DragDropState that provides context for the current operation. |
Returns
System. True if the drag operation can be completed, otherwise false. |
Overrides
Remarks
This method is called only in the context of the drag source control.