Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TreeNodeGroup.Nodes Property

Gets a collection of tree nodes in this group.

[Visual Basic]
Public ReadOnly Property Nodes As TreeNodeCollection
[C#]
public TreeNodeCollection Nodes {get;}

Property Value

TreeNodeCollection

A collection of tree nodes.

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

Remarks

Use this property to access the child nodes displayed in this TreeNodeGroup.

Note    There are two ways to access the child nodes of a TreeNode: Both properties access the same TreeNodeCollection.

See Also

TreeNodeGroup Class | EO.Web Namespace


Direct link to this topic