| TreeGridItemChildren Property  | 
 
            Gets the collection of children for this tree grid item.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic TreeGridItemCollection Children { get; }Public ReadOnly Property Children As TreeGridItemCollection
	Get
member Children : TreeGridItemCollection with get
Property Value
Type: 
TreeGridItemCollectionThe children of this item.
 See Also
See Also