NGTreeNode(String) Constructor |
Constructor that initializes the text of the tree node.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public NGTreeNode(
string text
)
Parameters
- text String
- Text for the tree node.
See Also