ClassFieldBoxDragDropBehavior
Class
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
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
Detach(DependencyObject)
Removes this behavior from the element.
Declaration
cs-api-definition
protected override void Detach(DependencyObject element)
Parameters
element
DependencyObject
Overrides