Table of Contents

Property Text

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Text

Gets or sets the table content as a pipe-delimited Markdown table string. The setter parses the text via TryParse(IReadOnlyList<string>) and updates TableData. Invalid or empty text clears the table.

public override string Text { get; set; }

Property Value

string