| TreeItem Properties | 
The TreeItem type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Children | 
            Gets the children collection
             | 
|  | Count | 
            Gets the count of children of this node
             | 
|  | Expandable | 
            Gets a value indicating whether this TreeItem is expandable.
             | 
|  | Expanded | 
            Gets or sets a value indicating whether this TreeItem is expanded.
             | 
|  | Item | 
            Gets the child ITreeItem at the specified index.
             | 
|  | Parent | 
            Gets or sets the parent tree item
             | 
 See Also
See Also