Class DragDropState
Inheritance
System.Object
DragDropState
Namespace: Telerik.UI.Xaml.Controls.DragDrop.Behaviors
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DragDropState : Object
Constructors
DragDropState()
Declaration
public DragDropState()
Properties
DestinationItemsSource
Declaration
public IList DestinationItemsSource { get; protected set; }
Property Value
System.
|
DraggedItems
Declaration
public IEnumerable DraggedItems { get; protected set; }
Property Value
System.
|
DropPosition
InsertIndex
Declaration
public int InsertIndex { get; set; }
Property Value
System.
|
IsControlDown
Declaration
public bool IsControlDown { get; protected set; }
Property Value
System.
|
IsSameControl
Declaration
public bool IsSameControl { get; }
Property Value
System.
|
IsShiftDown
Declaration
public bool IsShiftDown { get; protected set; }
Property Value
System.
|
SourceItemsSource
Declaration
public IList SourceItemsSource { get; protected set; }
Property Value
System.
|