Click or drag to resize

ListNodeDescription Property

Gets the description string. Can be used e.g. to show a tool tip.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual string? Description { get; }

Property Value

String
The description.
See Also