Click or drag to resize

BindableWidgetParents Property

Gets an enumeration of all parent widgets in the heirarchy by traversing the Parent property.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IEnumerable<Widget> Parents { get; }

Property Value

Type: IEnumerableWidget
See Also