Class ProjectDropIndicationDetails
Inheritance
System.Object
ProjectDropIndicationDetails
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProjectDropIndicationDetails : ViewModelBase
Constructors
ProjectDropIndicationDetails()
Declaration
public ProjectDropIndicationDetails()
Properties
CurrentDraggedItems
Declaration
public object CurrentDraggedItems { get; set; }
Property Value
System.Object
|
CurrentDraggedOverItem
Declaration
public object CurrentDraggedOverItem { get; set; }
Property Value
System.Object
|
CurrentDropPosition
Declaration
public DropPosition CurrentDropPosition { get; set; }
Property Value
Telerik.Windows.Controls.DropPosition
|
DropIndex
Declaration
public int DropIndex { get; set; }
Property Value
System.Int32
|