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