Click or drag to resize

TreeItem Properties

The TreeItem type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the children collection
Public propertyCount
Gets the count of children of this node
Public propertyExpandable
Gets a value indicating whether this TreeItem is expandable.
Public propertyExpanded
Gets or sets a value indicating whether this TreeItem is expanded.
Public propertyItem
Gets the child ITreeItem at the specified index.
Public propertyParent
Gets or sets the parent tree item
Top
See Also