RadControls for WPF

Represents drag and drop helper for the RadListBox control.

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

Syntax

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

Inheritance Hierarchy

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

See Also