| TreeGridViewDragInfoControl Property  | 
 
            Gets the parent tree control this info is for.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic TreeGridView Control { get; }Public ReadOnly Property Control As TreeGridView
	Get
member Control : TreeGridView with get
Property Value
Type: 
TreeGridViewThe parent tree for the drag info.
 See Also
See Also