New to Telerik UI for WPFStart a free 30-day trial

Represents the DataContext for a ListBoxDragVisual.

Definition

Constructors

C#
public DragVisualDataContext()

Properties

Gets or sets the DraggedItems property.

C#
public IEnumerable DraggedItems { get; set; }

Gets or sets the DraggedItemsStrings property.

C#
public IEnumerable<string> DraggedItemsStrings { get; set; }

Gets or sets the DropItem property.

C#
public object DropItem { get; set; }

Gets or sets the DropItemString property.

C#
public string DropItemString { get; set; }

Gets or sets the drop position.

C#
public ItemDropPosition DropPosition { get; set; }