TreeViewNodeCollection Constructors
A collection of nodes within the ASPxTreeView control.Name | Parameters | Description |
---|---|---|
TreeViewNodeCollection() | none | Initializes a new instance of the TreeViewNodeCollection class. |
TreeViewNodeCollection(TreeViewNode) | node | Initializes a new instance of the TreeViewNodeCollection class, specifying its owner. |
See Also