ClassDragVisualDataContext
Class
Represents the DataContext for a ListBoxDragVisual.
Definition
Namespace:Telerik.Windows.DragDrop.Behaviors
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class DragVisualDataContext : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseDragVisualDataContext
Implements:
Inherited Members
Constructors
DragVisualDataContext()
Declaration
cs-api-definition
public DragVisualDataContext()
Properties
DraggedItems
Gets or sets the DraggedItems property.
Declaration
cs-api-definition
public IEnumerable DraggedItems { get; set; }
Property Value
DraggedItemsStrings
Gets or sets the DraggedItemsStrings property.
Declaration
cs-api-definition
public IEnumerable<string> DraggedItemsStrings { get; set; }
Property Value
DropItemString
Gets or sets the DropItemString property.
DropPosition
Gets or sets the drop position.
Declaration
cs-api-definition
public ItemDropPosition DropPosition { get; set; }
Property Value