TaskBoardDragDrop
Class
Represents the base class that is responsible for the drag and drop in the RadTaskBoard control.
Definition
Namespace:Telerik.Windows.Controls.TaskBoard
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class TaskBoardDragDrop : DragDrop<TaskBoardColumnDragDropHelper, TaskBoardColumnDragDropBehavior, DragDropState>
Inheritance: objectDragDrop<TaskBoardColumnDragDropHelper, TaskBoardColumnDragDropBehavior, DragDropState>TaskBoardDragDrop
Inherited Members
Constructors
C#
public TaskBoardDragDrop()
Methods
Passes the drag visual provider from the RadTaskBoard control to the TaskBoardColumnDragDropHelper.
C#
public static void SetDropVisualPlaceholder(DependencyObject obj, ContentPresenter dropVisualPlaceholder)
Passes the drop visual provider from the TaskBoardColumnContainer control to the TaskBoardColumnDragDropHelper.
C#
public static void SetDropVisualProvider(DependencyObject obj, TaskBoardLinearDropVisualProvider dropVisualProvider)