Click or drag to resize

ITreeNodeTChildNodes Property

Gets the child nodes.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<T>? ChildNodes { get; }

Property Value

IEnumerableT
The child nodes.
See Also