Click or drag to resize

NGTreeNodeFindFirstSelectedNodeParent Method

Finds the first parent node in the hierarchy, which is selected.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static NGTreeNode? FindFirstSelectedNodeParent(
	NGTreeNode node
)

Parameters

node  NGTreeNode
The original node.

Return Value

NGTreeNode
The first parent node in the hierarchy, which is selected, or null if such a node does not exist.
See Also