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