Share via


Nodes Property

Retrieves the TreeNodeCollection of nodes in the control.

Syntax

Visual Basic Overridable  Public  ReadOnly Property Nodes As TreeNodeCollection
C# public   virtual  TreeNodeCollection Nodes { get; }
Managed C++ public:  __property virtual TreeNodeCollection get_Nodes();
JScript public   function get Nodes() : TreeNodeCollection;

Possible Values

oColl The TreeNodeCollection of nodes.

The property is read-only. The property has no default value.

Property Information

Applies To

TREENODE

See Also

Internet Explorer WebControls, About the TreeView WebControl