DragVisual
Represents the visual element displayed after the cursor when an item is dragged.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class DragVisual : ContentControl, IEffectsPresenter
Inheritance: objectDragVisual
Implements:
Constructors
Initializes a new instance of the DragVisual class.
public DragVisual()
Fields
DraggedItemsSourceProperty
DependencyProperty
Identifies the DraggedItemsSource dependency property.
public static readonly DependencyProperty DraggedItemsSourceProperty
EffectsProperty
DependencyProperty
Identifies the Effects dependency property.
public static readonly DependencyProperty EffectsProperty
IconPositionProperty
DependencyProperty
Identifies the icon position dependency property.
public static readonly DependencyProperty IconPositionProperty
IsDraggingMultipleItemsProperty
DependencyProperty
public static readonly DependencyProperty IsDraggingMultipleItemsProperty
IsDraggingMultipleItemsPropertyKey
DependencyPropertyKey
Identifies the IsDraggingMultipleItems dependency property.
public static readonly DependencyPropertyKey IsDraggingMultipleItemsPropertyKey
Properties
Gets or sets the dragged items source.
public IEnumerable DraggedItemsSource { get; set; }
The dragged items source.
Effects
DragDropEffects
Gets or sets the effects that manage the icon.
public DragDropEffects Effects { get; set; }
Implements:
IconPosition
Point
Gets or sets the icon position.
public Point IconPosition { get; set; }
Gets or sets a value indicating whether the dragged items are more than one.
public bool IsDraggingMultipleItems { get; protected set; }
True if the dragged items are more than one; otherwise, False.
Methods
public override void OnApplyTemplate()