AutoCompleteBoxSearchText Property
Gets the text that is used to filter items in the
ItemsSource item collection.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string? SearchText { get; }
Public ReadOnly Property SearchText As String
Get
member SearchText : string with get
Property Value
StringThe text that is used to filter items in the
ItemsSource item collection.
The SearchText value is typically the same as the
Text property, but is set after the TextChanged event occurs
and before the Populating event.