| IBindableWidgetContainerChildren Property  | 
 
            Gets the children that in the container.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxIEnumerable<BindableWidget> Children { get; }ReadOnly Property Children As IEnumerable(Of BindableWidget)
	Get
abstract Children : IEnumerable<BindableWidget> with get
Property Value
Type: 
IEnumerableBindableWidgetThe children bindable widgets.
 See Also
See Also