Click or drag to resize

TreeNodeCollection Class

Represents a collection of tree nodes.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListTreeNode
    Dynamicweb.ControlsTreeNodeCollection

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class TreeNodeCollection : List<TreeNode>

The TreeNodeCollection type exposes the following members.

Constructors
  NameDescription
Public methodTreeNodeCollection
Initializes a new instance of the TreeNodeCollection class
Top
Remarks