Class
DragDropBehavior

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: FieldBoxDragDropBehaviorFieldsTreeDragDropBehavior

Inherited Members AttachedBehavior.Reattach(DependencyObject, DependencyPropertyChangedEventArgs)AttachedBehavior.Detach(DependencyObject)AttachedBehavior.Attach(DependencyObject)AttachedBehavior.RequestElementType<THost>(object)

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

DragDropBehavior

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

DragDropBehavior

The value.