AutoCompleteBoxTextFilter Property
Gets or sets the custom method that uses the user-entered text to
filter items specified by the
ItemsSource
property in a text-based way for display in the drop-down.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AutoCompleteFilterPredicate<string?>? TextFilter { get; set; }
Public Property TextFilter As AutoCompleteFilterPredicate(Of String)
Get
Set
member TextFilter : AutoCompleteFilterPredicate<string> with get, set
Property Value
AutoCompleteFilterPredicateStringThe custom method that uses the user-entered text to filter
items specified by the
ItemsSource
property in a text-based way for display in the drop-down.
The search mode is automatically set to Custom if you set the
TextFilter property.