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 DraggedItems property.
Declaration
public IEnumerable DraggedItems { get; set; }
Property Value
System.Collections.IEnumerable
|
DraggedItemsStrings
Gets or sets the DraggedItemsStrings property.
Declaration
public IEnumerable<string> DraggedItemsStrings { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
DropItem
Gets or sets the DropItem property.
Declaration
public object DropItem { get; set; }
Property Value
System.Object
|
DropItemString
Gets or sets the DropItemString property.
Declaration
public string DropItemString { get; set; }
Property Value
System.String
|
DropPosition
Gets or sets the drop position.
Declaration
public ItemDropPosition DropPosition { get; set; }
Property Value
ItemDropPosition
|