Click or drag to resize

GridViewDragInfo Properties

The GridViewDragInfo type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the parent tree control this info is for.
Public propertyIndex
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.
Public propertyInsertIndex
Gets the insertion index of drop operation, or -1 if not an insert (dragging over)
Public propertyIsChanged
Gets a value indicating whether this GridDragInfo is changed.
Public propertyItem
Gets or sets the item the user is dragging to.
Public propertyPosition
Gets the position of the ChildIndex relative to the item under the mouse cursor.
Top
See Also