Text 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)
- C#
- VB
- F#
public string? Text { get; set; }
Public Property Text As String
Get
Set
member Text : string with get, set
Property Value
String
The text in the text box portion of the AutoCompleteBox control.