Table of Contents

Property Value

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

Value

Gets or sets the value of the TextField. This is an alias for Text.

public string? Value { get; set; }

Property Value

string

Remarks

This property enables TextField to be used with the IValue<TValue> pattern for generic value access and command propagation.