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