Class DragVisual
Inheritance
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public class DragVisual : ContentControl, IEffectsPresenter
Constructors
DragVisual()
Fields
EffectsProperty
Identifies the Effects dependency property.
Declaration
public static readonly DependencyProperty EffectsProperty
Field Value
System.
|
IsDraggingMultipleItemsProperty
Identifies the IsDraggingMultipleItems dependency property.
Declaration
public static readonly DependencyProperty IsDraggingMultipleItemsProperty
Field Value
System.
|
Properties
Effects
Gets or sets the Effects. This is a dependency property.
Declaration
public DragDropEffects Effects { get; set; }
Property Value
System.
|
Implements
IsDraggingMultipleItems
Gets or sets the IsDraggingMultipleItems. This is a dependency property.
Declaration
public bool IsDraggingMultipleItems { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |