New to Telerik UI for WPFStart a free 30-day trial

Defines the drag and drop behavior in TaskBoardColumnContainer control.

Definition

Constructors

Initializes a new instance of the TaskBoardColumnDragDropBehavior class.

C#
public TaskBoardColumnDragDropBehavior()

Methods

Returns a value specifying whether the drag operation can be started. A NotSupportedException is thrown when the dragged items are of type RadTaskBoardItem and the DragVisualProvider is set to either DefaultDragVisualProvider or TaskBoardDragVisualProvider

C#
public override bool CanStartDrag(DragDropState state)
Parameters:stateDragDropState

DragDropState that provides context for the current operation.

Returns:

bool

True if the drag operation can be completed, otherwise false.

Overrides: DragDropBehavior<DragDropState>.CanStartDrag(DragDropState)

Remarks:

This method is called only in the context of the drag source control.