ClassRadListBox.RadListBoxDragDrop
Class
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:
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public class RadListBox.RadListBoxDragDrop : DragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>
Inheritance: objectDragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>RadListBox.RadListBoxDragDrop
Inherited Members
Constructors
RadListBoxDragDrop()
Declaration
cs-api-definition
public RadListBoxDragDrop()
Methods
SetDropVisualPlaceholder(DependencyObject, ContentPresenter)
Passes the drag visual provider from the RadListBox control to the RadListBoxDragDropHelper.
Declaration
cs-api-definition
public static void SetDropVisualPlaceholder(DependencyObject obj, ContentPresenter dropVisualPlaceholder)
Parameters
obj
DependencyObject
dropVisualPlaceholder
ContentPresenter
SetDropVisualProvider(DependencyObject, IDropVisualProvider)
Passes the drop visual provider from the RadListBox control to the RadListBoxDragDropHelper.
Declaration
cs-api-definition
public static void SetDropVisualProvider(DependencyObject obj, IDropVisualProvider dropVisualProvider)
Parameters
obj
DependencyObject
dropVisualProvider