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