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