Class
TaskBoardColumnDragDropBehavior

Defines the drag and drop behavior in TaskBoardColumnContainer control.

Definition

Namespace:Telerik.Windows.Controls.TaskBoard

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class TaskBoardColumnDragDropBehavior : DragDropBehavior<DragDropState>, IDragDropBehavior<DragDropState>

Inheritance: objectDragDropBehavior<DragDropState>TaskBoardColumnDragDropBehavior

Implements: IDragDropBehavior<DragDropState>

Inherited Members DragDropBehavior<DragDropState>.ItemTypePropertyDragDropBehavior<DragDropState>.GetDragDropEffects(DragDropState)DragDropBehavior<DragDropState>.CanDrop(DragDropState)DragDropBehavior<DragDropState>.Drop(DragDropState)DragDropBehavior<DragDropState>.CopyDraggedItems(DragDropState)DragDropBehavior<DragDropState>.DragDropCanceled(DragDropState)DragDropBehavior<DragDropState>.DragDropCompleted(DragDropState)DragDropBehavior<DragDropState>.CoerceDraggedItems(DragDropState)DragDropBehavior<DragDropState>.RemoveItems(IList, IEnumerable)DragDropBehavior<DragDropState>.InsertItems(IList, int, IEnumerable)DragDropBehavior<DragDropState>.IsMovingItems(DragDropState)DragDropBehavior<DragDropState>.ItemTypeDragDropBehavior<DragDropState>.AllowReorder

Constructors

TaskBoardColumnDragDropBehavior()

Initializes a new instance of the TaskBoardColumnDragDropBehavior class.

Declaration

cs-api-definition
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 RadTaskBoardItem and the DragVisualProvider is set to either DefaultDragVisualProvider or TaskBoardDragVisualProvider

Declaration

cs-api-definition
public override bool CanStartDrag(DragDropState state)

Parameters

state

DragDropState

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.