MVCxTreeViewNodeCollection Constructors
Represents a collection of nodes within the TreeView.Name | Parameters | Description |
---|---|---|
MVCxTreeViewNodeCollection() | none | Initializes a new instance of the MVCxTreeViewNodeCollection class with default settings. |
MVCxTreeViewNodeCollection(TreeViewNode) | node | Initializes a new instance of the MVCxTreeViewNodeCollection class with the specified owner node. |
See Also