Click or drag to resize

NGTreeNodeRootNode Property

Return the root node belonging to this node. If the node has no parent, the node itself is returned.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NGTreeNode RootNode { get; }

Property Value

NGTreeNode
See Also