| TreeGridViewDragInfoPosition Property  | 
 
            Gets a value indicating whether the drop should insert before, after, or over the 
Item.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic GridDragPosition Position { get; set; }Public Property Position As GridDragPosition
	Get
	Set
member Position : GridDragPosition with get, set
Property Value
Type: 
GridDragPositionThe position to insert the dropped item, or over.
 Remarks
Remarks
            When this is Before or After, you can use the 
InsertIndex to determine what index to insert the 
            item as a child of the 
Parent node.
            
 See Also
See Also