| TreeGridViewDragInfoParent Property  | 
 
            Gets or sets the parent node of the 
Item to drag to.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Object Parent { get; set; }Public Property Parent As Object
	Get
	Set
member Parent : Object with get, set
Property Value
Type: 
Object Remarks
Remarks
            Normally you would only need to set 
Item to specify which node to drag to.
            
            However, in the case of dragging to below the Parent as inserting a first child you would set Parent to the node, 
            
Item to null, and 
Position to 
After.
            
 See Also
See Also