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