ITreeNodeTChildNodes Property |
Gets the child nodes.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IEnumerable<T>? ChildNodes { get; }
Property Value
IEnumerableT
The child nodes.
See Also