ClassTaskBoardDragDrop
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:
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public class TaskBoardDragDrop : DragDrop<TaskBoardColumnDragDropHelper, TaskBoardColumnDragDropBehavior, DragDropState>
Inheritance: objectDragDrop<TaskBoardColumnDragDropHelper, TaskBoardColumnDragDropBehavior, DragDropState>TaskBoardDragDrop
Inherited Members
Constructors
TaskBoardDragDrop()
Declaration
cs-api-definition
public TaskBoardDragDrop()
Methods
SetDropVisualPlaceholder(DependencyObject, ContentPresenter)
Passes the drag visual provider from the RadTaskBoard control to the TaskBoardColumnDragDropHelper.
Declaration
cs-api-definition
public static void SetDropVisualPlaceholder(DependencyObject obj, ContentPresenter dropVisualPlaceholder)
Parameters
obj
DependencyObject
dropVisualPlaceholder
ContentPresenter
SetDropVisualProvider(DependencyObject, TaskBoardLinearDropVisualProvider)
Passes the drop visual provider from the TaskBoardColumnContainer control to the TaskBoardColumnDragDropHelper.
Declaration
cs-api-definition
public static void SetDropVisualProvider(DependencyObject obj, TaskBoardLinearDropVisualProvider dropVisualProvider)
Parameters
obj
DependencyObject
dropVisualProvider