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