Click or drag to resize

AddInTreeNodeChildNodes Property

A dictionary containing the child paths.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Dictionary<string, AddInTreeNode> ChildNodes { get; }

Property Value

DictionaryString, AddInTreeNode
See Also