Click or drag to resize

WITecTreeNodeData Property

Gets the primitive data of this node. This are the basic types like string, double, int, as well as arrays thereof.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public Dictionary<string, Object> Data { get; }

Property Value

DictionaryString, Object
See Also