public IMGUI.Controls.TreeViewItem parentItem ;

Description

The parent item is set if the drag is either upon this item or between two of its children.

Use this value to determine if the drag is value and what happens when items are dropped.

See Also: insertAtIndex, dragAndDropPosition, performDrop.