SingleColumnChoiceControllerGetRootNode Method |
Gets the root node for the specified node.
Namespace: Altaxo.Gui.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected NGTreeNode GetRootNode(
NGTreeNode node
)
Parameters
- node NGTreeNode
- The node.
Return Value
NGTreeNodeThe root node.
See Also