Class
RadListBox.RadListBoxDragDrop

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 DragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.BehaviorPropertyDragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.DataConverterPropertyDragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.DragVisualProviderPropertyDragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.HelperPropertyDragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.GetDataConverter(DependencyObject)DragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.SetDataConverter(DependencyObject, DataConverter)DragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.GetDragVisualProvider(DependencyObject)DragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.SetDragVisualProvider(DependencyObject, IDragVisualProvider)DragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.GetBehavior(DependencyObject)DragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>.SetBehavior(DependencyObject, ListBoxDragDropBehavior)

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

IDropVisualProvider