Click or drag to resize

BrowserListItemText Property

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

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override string Text { get; set; }

Property Value

String
The text to display.
See Also