Summary
Gets the text that is used to filter items in the
Avalonia.Controls.AutoCompleteBox.ItemsSource
item collection.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
Syntax
public string SearchText { get; private set; }
Remarks
The SearchText value is typically the same as the
Text property, but is set after the TextChanged event occurs
and before the Populating event.
Value
Type | Description |
---|---|
string | The text that is used to filter items in the
Avalonia.Controls.AutoCompleteBox.ItemsSource
item collection. |