TreeItem Class |
Namespace: Eto.Forms
The TreeItem type exposes the following members.
Name | Description | |
---|---|---|
TreeItem |
Initializes a new instance of the TreeItem class.
| |
TreeItem(ITreeItem) |
Initializes a new instance of the TreeItem class with the specified children
| |
TreeItem(IEnumerableITreeItem) |
Initializes a new instance of the TreeItem class with the specified children
|
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
|
Name | Description | |
---|---|---|
CollectionChanged |
Occurs when the Children collection is changed.
|