NGTreeNode(String, NGTreeNode) Constructor |
Constructor that initializes the text of the tree node and adds a range of elements to it.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public NGTreeNode(
string text,
NGTreeNode[] nodes
)
Parameters
- text String
- Text for the tree node.
- nodes NGTreeNode
- Array of child nodes.
See Also