Click or drag to resize

ListNodeText Property

Gets or sets the text that is displayed (for simple Gui items).

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

Property Value

String
The text to display.
See Also