BootstrapTreeViewNodeCollection Constructors
A collection of nodes within the Tree View control.Name | Parameters | Description |
---|---|---|
BootstrapTreeViewNodeCollection() | none | Initializes a new instance of the BootstrapTreeViewNodeCollection class with default settings. |
BootstrapTreeViewNodeCollection(BootstrapTreeViewNode) | node | An ASPxWebControl object that is the owner of the created object. |
BootstrapTreeViewNodeCollection(BootstrapTreeViewVirtualNode) | node | An ASPxWebControl object that is the owner of the created object. |
See Also