Nodes Property
Retrieves a collection of TreeNode objects that are in the TreeView.
Syntax
Visual Basic Public ReadOnly Property Nodes As TreeNodeCollection C# public TreeNodeCollection Nodes { get; } Managed C++ public: __property TreeNodeCollection get_Nodes(); JScript public function get Nodes() : TreeNodeCollection;
Possible Values
oTreeNodes TreeNodeCollection. Receives the TreeNode objects that are in the TreeView. The property is read-only. The property has no default value.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl