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; }
Public ReadOnly Property Parents As IEnumerable(Of Widget)
Get
member Parents : IEnumerable<Widget> with get
Property Value
Type:
IEnumerableWidgetSee Also