New to Telerik UI for WPFStart a free 30-day trial

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 DragDropBehavior.BehaviorPropertyDragDropBehavior.GetBehavior(DependencyObject)DragDropBehavior.SetBehavior(DependencyObject, DragDropBehavior)AttachedBehavior.Reattach(DependencyObject, DependencyPropertyChangedEventArgs)

Constructors

C#
public FieldsTreeDragDropBehavior()

Methods

Attaches this behavior to the element.

C#
protected override void Attach(DependencyObject element)
Parameters:elementDependencyObject

Overrides: AttachedBehavior.Attach(DependencyObject)

Removes this behavior from the element.

C#
protected override void Detach(DependencyObject element)
Parameters:elementDependencyObject

Overrides: AttachedBehavior.Detach(DependencyObject)