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