Table of Contents
Nodes Property

Represents a collection of TreeNodes.

Syntax
 public TreeNodeCollection Nodes { get; }

Property Value

TreeNodeCollection class

A collection of TreeNodes.

This property is read only. However, you can access the properties and methods of the object it returns.

Remarks

This property is a collection of top level tree nodes. You can also access the top level tree nodes via TreeView.TopGroup.Nodes.

See Also