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