Table of Contents

Property Items

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Items

Gets the collection of child TreeViewItem of the current tree item.

[Browsable(false)]
public Collection<TreeViewItem> Items { get; }

Property Value

Collection<TreeViewItem>

Remarks

The Items property can hold a collection of other TreeViewItem objects. Each of the tree items in the collection has an Items property that can contain its own item collection.