Click or drag to resize

ITreeSwappableListNodeTChildNodes Property

Gets the child nodes.

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

Property Value

ISwappableListT
The child nodes.
See Also