Property Value
Value
Gets or sets the value of the TextField. This is an alias for Terminal.Gui.Text.
public string? Value { get; set; }
Property Value
Remarks
This property enables TextField to be used with the IValue<TValue> pattern for generic value access and command propagation.