| TreeItemChildren Property  | 
 
            Gets the children collection
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic TreeItemCollection Children { get; }Public ReadOnly Property Children As TreeItemCollection
	Get
member Children : TreeItemCollection with get
Property Value
Type: 
TreeItemCollectionThe children collection.
 See Also
See Also