NGTreeNode(Boolean) Constructor |
Initializes a new instance of the
NGTreeNode class with optional lazy loading of child nodes.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic NGTreeNode(
bool lazyLoadChildren
)
Parameters
- lazyLoadChildren Boolean
- If true, a dummy child is inserted so that children can be loaded on demand.
See Also