Click or drag to resize

ITreeListNodeTChildNodes Property

Gets the child nodes.

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

Property Value

IListT
The child nodes.
See Also