Click or drag to resize

WITecTreeNodeData Property

Gets the primitive data of this node. These are the basic types such as string, double, int, and arrays of those types.

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

Property Value

DictionaryString, Object
See Also