Summary
Gets or sets the custom method that uses the user-entered text to
filter items specified by the
Avalonia.Controls.AutoCompleteBox.ItemsSource
property in a text-based way for display in the drop-down.
- Namespace
- Avalonia
.Controls - Containing Type
- AutoCompleteBox
Syntax
public AutoCompleteFilterPredicate<string> TextFilter { get; set; }
Remarks
The search mode is automatically set to Custom if you set the
TextFilter property.
Value
Type | Description |
---|---|
Auto |
The custom method that uses the user-entered text to filter
items specified by the
Avalonia.Controls.AutoCompleteBox.ItemsSource
property in a text-based way for display in the drop-down. |