Skip to main content

TextSelector Property

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

Definition

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

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

Property Value

AutoCompleteSelector(String)
The custom method that combines the user-entered text and one of the items specified by the ItemsSource in a text-based way.

See Also

Reference

AutoCompleteBox Class
Avalonia.Controls Namespace