Click or drag to resize

NGTreeNode(Boolean) Constructor

Initializes a new instance of the NGTreeNode class with optional lazy loading of child nodes.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NGTreeNode(
	bool lazyLoadChildren
)

Parameters

lazyLoadChildren  Boolean
If true, a dummy child is inserted so that children can be loaded on demand.
See Also