Class DragDropBehavior
Base class for drag and drop attached behaviors.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class DragDropBehavior : AttachedBehavior
Constructors
DragDropBehavior()
Declaration
protected DragDropBehavior()
Fields
BehaviorProperty
Identifies the Behavior attached dependency property.
Declaration
public static readonly DependencyProperty BehaviorProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetBehavior(DependencyObject)
Gets the value of the Behavior attached property for the obj
.
Declaration
public static DragDropBehavior GetBehavior(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
DragDropBehavior
The value. |
SetBehavior(DependencyObject, DragDropBehavior)
Sets the Behavior attached property for the obj
to value
.
Declaration
public static void SetBehavior(DependencyObject obj, DragDropBehavior value)
Parameters
System.Windows.DependencyObject
obj
The object. |
DragDropBehavior
value
The value. |