AutoCompleteBox.

ItemSelector Property

Summary

Gets or sets the custom method that combines the user-entered text and one of the items specified by the Avalonia.Controls.AutoCompleteBox.ItemsSource.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

public AutoCompleteSelector<object> ItemSelector { get; set; }

Value

Type Description
AutoCompleteSelector<object> The custom method that combines the user-entered text and one of the items specified by the Avalonia.Controls.AutoCompleteBox.ItemsSource.