AutoCompleteBoxText Property

Gets or sets the text in the text box portion of the AutoCompleteBox control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string? Text { get; set; }

Property Value

String
The text in the text box portion of the AutoCompleteBox control.

See Also