TreeGridItem Class |
Namespace: Eto.Forms
The TreeGridItem type exposes the following members.
| Name | Description | |
|---|---|---|
| TreeGridItem |
Initializes a new instance of the TreeGridItem class.
| |
| TreeGridItem(Object) |
Initializes a new instance of the TreeGridItem class with the specified values.
| |
| TreeGridItem(IEnumerableITreeGridItem, Object) |
Initializes a new instance of the TreeGridItem class with the specified children and values.
|
| Name | Description | |
|---|---|---|
| Children |
Gets the collection of children for this tree grid item.
| |
| Count |
Gets the number of child items.
| |
| Expandable |
Gets a value indicating whether this TreeGridItem is expandable.
| |
| Expanded |
Gets or sets a value indicating whether this TreeGridItem is expanded.
| |
| Item |
Gets the child item at the specified index.
| |
| Parent |
Gets or sets the parent of this item.
|