Class DragVisualDataContext
Represents the DataContext for a ListBoxDragVisual.
Inherited Members
Namespace: Telerik.Windows.DragDrop.Behaviors
Assembly: Telerik.Windows.Controls.dll
Syntax
public class DragVisualDataContext : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
DragVisualDataContext()
Declaration
public DragVisualDataContext()
Properties
DraggedItems
Gets or sets the Dragged
Declaration
public IEnumerable DraggedItems { get; set; }
Property Value
System.
|
DraggedItemsStrings
Gets or sets the Dragged
Declaration
public IEnumerable<string> DraggedItemsStrings { get; set; }
Property Value
System.
|
DropItem
Gets or sets the Drop
Declaration
public object DropItem { get; set; }
Property Value
System.
|
DropItemString
Gets or sets the Drop
Declaration
public string DropItemString { get; set; }
Property Value
System.
|
DropPosition
Gets or sets the drop position.
Declaration
public ItemDropPosition DropPosition { get; set; }