Click or drag to resize

TreeGridViewDragInfo Properties

The TreeGridViewDragInfo type exposes the following members.

Properties
  NameDescription
Public propertyChildIndex
Gets the index of the Item relative to the Parent.
Public propertyControl
Gets the parent tree control this info is for.
Public propertyInsertIndex
Gets or sets the insertion index where the user is dragging to as a child of Item, or -1 if dragging over the Item.
Public propertyIsChanged
Gets a value indicating whether this TreeGridDragInfo is changed.
Public propertyItem
Gets or sets the item to drag to, or null if dragging below the Parent node.
Public propertyParent
Gets or sets the parent node of the Item to drag to.
Public propertyPosition
Gets a value indicating whether the drop should insert before, after, or over the Item.
Top
See Also