Encapsulates the drag and drop handling for the RadPivotFieldList's tree with available fields.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public sealed class FieldsTreeDragDropBehavior : DragDropBehavior
Inheritance: objectAttachedBehaviorDragDropBehaviorFieldsTreeDragDropBehavior
Inherited Members
Constructors
C#
public FieldsTreeDragDropBehavior()
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: