TreeGridViewDragInfo Properties |
The TreeGridViewDragInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildIndex | ||
| Control |
Gets the parent tree control this info is for.
| |
| InsertIndex |
Gets or sets the insertion index where the user is dragging to as a child of Item, or -1 if dragging over the Item.
| |
| IsChanged |
Gets a value indicating whether this TreeGridDragInfo is changed.
| |
| Item |
Gets or sets the item to drag to, or null if dragging below the Parent node.
| |
| Parent |
Gets or sets the parent node of the Item to drag to.
| |
| Position |
Gets a value indicating whether the drop should insert before, after, or over the Item.
|