AutoCompleteBoxItemSelector Property
Gets or sets the custom method that combines the user-entered
text and one of the items specified by the
ItemsSource.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AutoCompleteSelector<Object>? ItemSelector { get; set; }
Public Property ItemSelector As AutoCompleteSelector(Of Object)
Get
Set
member ItemSelector : AutoCompleteSelector<Object> with get, set
Property Value
AutoCompleteSelectorObject
The custom method that combines the user-entered
text and one of the items specified by the
ItemsSource.