GridViewDragInfo Properties |
The GridViewDragInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Control |
Gets the parent tree control this info is for.
|
![]() | Index |
Gets or sets the insertion index where the user is dragging to as a child of Item, or -1 if dragging ontop of the Item.
|
![]() | InsertIndex |
Gets the insertion index of drop operation, or -1 if not an insert (dragging over)
|
![]() | IsChanged |
Gets a value indicating whether this GridDragInfo is changed.
|
![]() | Item |
Gets or sets the item the user is dragging to.
|
![]() | Position |
Gets the position of the ChildIndex relative to the item under the mouse cursor.
|