Class
FieldsTreeDragDropBehavior

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:

cs-api-definition
public sealed class FieldsTreeDragDropBehavior : DragDropBehavior

Inheritance: objectAttachedBehaviorDragDropBehaviorFieldsTreeDragDropBehavior

Inherited Members DragDropBehavior.BehaviorPropertyDragDropBehavior.GetBehavior(DependencyObject)DragDropBehavior.SetBehavior(DependencyObject, DragDropBehavior)AttachedBehavior.Reattach(DependencyObject, DependencyPropertyChangedEventArgs)

Constructors

FieldsTreeDragDropBehavior()

Declaration

cs-api-definition
public FieldsTreeDragDropBehavior()

Methods

Attach(DependencyObject)

Attaches this behavior to the element.

Declaration

cs-api-definition
protected override void Attach(DependencyObject element)

Parameters

element

DependencyObject

Overrides AttachedBehavior.Attach(DependencyObject)

Detach(DependencyObject)

Removes this behavior from the element.

Declaration

cs-api-definition
protected override void Detach(DependencyObject element)

Parameters

element

DependencyObject

Overrides AttachedBehavior.Detach(DependencyObject)