Class TaskBoardLinearDropVisualProvider
Represents the provider for the LinearDropVisual control. This is the default drop visual provider for the drag and drop operations in RadTaskBoard.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TaskBoard
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TaskBoardLinearDropVisualProvider
Constructors
TaskBoardLinearDropVisualProvider()
Declaration
public TaskBoardLinearDropVisualProvider()
Methods
CreateDropVisual()
When overridden in a derived class allows customization of the drop visual.
Declaration
public virtual FrameworkElement CreateDropVisual()
Returns
System.Windows.FrameworkElement
|
GetDropCueHighlightMargin(RadTaskBoardItem, Panel, FrameworkElement)
When overridden in derived class returns the margin for the container when the dragged element moves above it.
Declaration
public virtual Thickness GetDropCueHighlightMargin(RadTaskBoardItem container, Panel panel, FrameworkElement dropVisual)
Parameters
RadTaskBoardItem
container
|
System.Windows.Controls.Panel
panel
|
System.Windows.FrameworkElement
dropVisual
|
Returns
System.Windows.Thickness
|
VisualizeDropPlaceholderEnded(RadTaskBoardItem, Panel, Object, FrameworkElement)
When overridden in derived class indicates that visualizing the drop cue operation is finished.
Declaration
public virtual void VisualizeDropPlaceholderEnded(RadTaskBoardItem container, Panel panel, object dataItem, FrameworkElement dropVisual)
Parameters
RadTaskBoardItem
container
|
System.Windows.Controls.Panel
panel
|
System.Object
dataItem
|
System.Windows.FrameworkElement
dropVisual
|
VisualizeDropPlaceholderStarted(RadTaskBoardItem, Panel, Object, FrameworkElement)
When overridden in derived class indicates that visualizing the drop cue operation is started.
Declaration
public virtual void VisualizeDropPlaceholderStarted(RadTaskBoardItem container, Panel panel, object dataItem, FrameworkElement dropVisual)
Parameters
RadTaskBoardItem
container
|
System.Windows.Controls.Panel
panel
|
System.Object
dataItem
|
System.Windows.FrameworkElement
dropVisual
|