Overview
Represents an item in a TreeView control.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | collapsed | Boolean | ![]() | ![]() | ![]() | false |
A flag indicating whether the item is expanded or collapsed. ![]() A flag indicating whether the item is expanded or collapsed. Has no effect on leaf items. false |
public | content | Node | ![]() | ![]() | ![]() |
A node representing the content of the TreeViewItem. |
|
public | items | Byte[] | ![]() | ![]() | ![]() |
This child items contained in this TreeViewItem. |
|
public-read | parentItem | TreeViewItem | ![]() |
The TreeViewItem containing this item as a child, or null, if this is a root item. |
|||
public | tag | Object | ![]() | ![]() | ![]() |
User data associated with the item. |