New to Telerik UI for WPFStart a free 30-day trial

Represents the base class that is responsible for the drag and drop in the RadListBox control.

Definition

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)
Parameters:objDependencyObjectdropVisualPlaceholderContentPresenter

Passes the drop visual provider from the RadListBox control to the RadListBoxDragDropHelper.

C#
public static void SetDropVisualProvider(DependencyObject obj, IDropVisualProvider dropVisualProvider)
Parameters:objDependencyObjectdropVisualProviderIDropVisualProvider