AutoCompleteBox.

TextSelector 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 in a text-based way.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

public AutoCompleteSelector<string> TextSelector { get; set; }

Value

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