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