Class FieldBoxDragDropBehavior
Encapsulates the drag and drop handling for all 4 FieldBox controls in the RadPivotFieldList.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class FieldBoxDragDropBehavior : DragDropBehavior
Constructors
FieldBoxDragDropBehavior()
Declaration
public FieldBoxDragDropBehavior()
Methods
Attach(DependencyObject)
Attaches this behavior to the element
.
Declaration
protected override void Attach(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
|
Overrides
Detach(DependencyObject)
Removes this behavior from the element
.
Declaration
protected override void Detach(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
|