Class
FieldBoxDragDropBehavior

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:

cs-api-definition
public sealed class FieldBoxDragDropBehavior : DragDropBehavior

Inheritance: objectAttachedBehaviorDragDropBehaviorFieldBoxDragDropBehavior

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

Constructors

FieldBoxDragDropBehavior()

Declaration

cs-api-definition
public FieldBoxDragDropBehavior()

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)