NGTreeNodeFindFirstSelectedNodeParent Method |
Finds the first parent node in the hierarchy, which is selected.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static NGTreeNode? FindFirstSelectedNodeParent(
NGTreeNode node
)
Parameters
- node NGTreeNode
- The original node.
Return Value
NGTreeNodeThe first parent node in the hierarchy, which is selected, or
null if such a node does not exist.
See Also