New to Telerik UI for WPFStart a free 30-day trial

Base class for drag and drop attached behaviors.

Definition

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)
Parameters:objDependencyObject

The object.

Returns:

DragDropBehavior

The value.

Sets the Behavior attached property for the obj to value.

C#
public static void SetBehavior(DependencyObject obj, DragDropBehavior value)
Parameters:objDependencyObject

The object.

valueDragDropBehavior

The value.