Click or drag to resize

IBindableWidgetContainerChildren Property

Gets the children that in the container.

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

Property Value

Type: IEnumerableBindableWidget
The children bindable widgets.
See Also