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.
|
CurrentDraggedOverItem
Declaration
public object CurrentDraggedOverItem { get; set; }
Property Value
System.
|
CurrentDropPosition
Declaration
public DropPosition CurrentDropPosition { get; set; }
Property Value
Telerik.
|
DropIndex
Declaration
public int DropIndex { get; set; }
Property Value
System.
|