Click or drag to resize

IncludeSingleTextValueChildNodes Property

Gets the child nodes.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<IRowSelection>? ChildNodes { get; }

Property Value

IEnumerableIRowSelection
The child nodes.

Implements

ITreeNodeTChildNodes
See Also