RadControls for WPF

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

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.40

Syntax

C#
public class RadListBoxDragDrop : DragDrop<RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>
Visual Basic
Public Class RadListBoxDragDrop _
	Inherits DragDrop(Of RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState)

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.DragDrop.Behaviors..::..DragDrop<(Of <(<'RadListBoxDragDropHelper, ListBoxDragDropBehavior, DragDropState>)>)>
    Telerik.Windows.Controls..::..RadListBox..::..RadListBoxDragDrop

See Also