Class FieldsTreeDragDropBehavior
Encapsulates the drag and drop handling for the RadPivotFieldList's tree with available fields.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class FieldsTreeDragDropBehavior : DragDropBehavior
Constructors
FieldsTreeDragDropBehavior()
Declaration
public FieldsTreeDragDropBehavior()
Methods
Attach(DependencyObject)
Attaches this behavior to the element
.
Declaration
protected override void Attach(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
|
Overrides
Detach(DependencyObject)
Removes this behavior from the element
.
Declaration
protected override void Detach(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
|