Click or drag to resize

CommandParent Property

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; }

Property Value

Type: IBindable
The parent widget, or null if there is no parent
See Also