Gets the child 
ITreeItem at the specified index.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic virtual ITreeItem this[
	int index
] { get; }Public Overridable ReadOnly Default Property Item ( 
	index As Integer
) As ITreeItem
	Get
abstract Item : ITreeItem with get
override Item : ITreeItem with get
Parameters
- index
- Type: SystemInt32
 Index to get the child
Property Value
Type: 
ITreeItemImplements
IDataStoreTItemInt32 See Also
See Also