AutoCompleteBoxTextSelector 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.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AutoCompleteSelector<string?>? TextSelector { get; set; }
Public Property TextSelector As AutoCompleteSelector(Of String)
Get
Set
member TextSelector : AutoCompleteSelector<string> with get, set
Property Value
AutoCompleteSelectorString
The custom method that combines the user-entered
text and one of the items specified by the
ItemsSource
in a text-based way.