AutoCompleteBox.

Text Property

Summary

Gets or sets the text in the text box portion of the AutoCompleteBox control.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

public string Text { get; set; }

Value

Type Description
string The text in the text box portion of the AutoCompleteBox control.