| TreeItem Constructor (IEnumerableITreeItem) | 
 
            Initializes a new instance of the 
TreeItem class with the specified children
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic TreeItem(
	IEnumerable<ITreeItem> children
)
Public Sub New ( 
	children As IEnumerable(Of ITreeItem)
)
new : 
        children : IEnumerable<ITreeItem> -> TreeItemParameters
- children
- Type: System.Collections.GenericIEnumerableITreeItem
 Children to populate this node with
 See Also
See Also