Gets the parent widget which this widget has been added to, if any
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IBindable Parent { get; set; }
Public Property Parent As IBindable
Get
Set
member Parent : IBindable with get, set
Property Value
Type:
IBindableThe parent widget, or null if there is no parent
See Also