Class DragDrop<THelper, TBehavior, TState>
Inheritance
Namespace: Telerik.Windows.DragDrop.Behaviors
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class DragDrop<THelper, TBehavior, TState> : Object where THelper : DragDropHelper<TBehavior, TState>, new()
where TBehavior : DragDropBehavior<TState> where TState : DragDropState, new()
Type Parameters
THelper
|
TBehavior
|
TState
|
Constructors
DragDrop()
Declaration
protected DragDrop()
Fields
BehaviorProperty
Identifies the Behavior attached dependency property.
Declaration
public static readonly DependencyProperty BehaviorProperty
Field Value
System.Windows.DependencyProperty
|
DataConverterProperty
Identifies the DataConverter attached dependency property.
Declaration
public static readonly DependencyProperty DataConverterProperty
Field Value
System.Windows.DependencyProperty
|
DragVisualProviderProperty
Identifies the DragVisualProvider dependency property.
Declaration
public static readonly DependencyProperty DragVisualProviderProperty
Field Value
System.Windows.DependencyProperty
|
HelperProperty
Identifies the Helper dependency property.
Declaration
protected static readonly DependencyProperty HelperProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetBehavior(DependencyObject)
Gets the value of the Behavior attached property.
Declaration
public static TBehavior GetBehavior(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
TBehavior
|
GetDataConverter(DependencyObject)
Gets the value of the DataConverter attached property.
Declaration
public static DataConverter GetDataConverter(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
DataConverter
|
GetDragVisualProvider(DependencyObject)
Gets the value of the DataConverter attached property.
Declaration
public static IDragVisualProvider GetDragVisualProvider(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
IDragVisualProvider
|
SetBehavior(DependencyObject, TBehavior)
Sets the value of the Behavior attached property.
Declaration
public static void SetBehavior(DependencyObject obj, TBehavior value)
Parameters
System.Windows.DependencyObject
obj
|
TBehavior
value
|
SetDataConverter(DependencyObject, DataConverter)
Sets the value of the DataConverter attached property.
Declaration
public static void SetDataConverter(DependencyObject obj, DataConverter value)
Parameters
System.Windows.DependencyObject
obj
|
DataConverter
value
|
SetDragVisualProvider(DependencyObject, IDragVisualProvider)
Sets the value of the DataConverter attached property.
Declaration
public static void SetDragVisualProvider(DependencyObject obj, IDragVisualProvider value)
Parameters
System.Windows.DependencyObject
obj
|
IDragVisualProvider
value
|