Skip to main content

ItemSelector Property

Gets or sets the custom method that combines the user-entered text and one of the items specified by the ItemsSource.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public AutoCompleteSelector<Object>? ItemSelector { get; set; }

Property Value

AutoCompleteSelector(Object)
The custom method that combines the user-entered text and one of the items specified by the ItemsSource.

See Also

Reference

AutoCompleteBox Class
Avalonia.Controls Namespace