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 |
The custom method that combines the user-entered
text and one of the items specified by the
Avalonia.Controls.AutoCompleteBox.ItemsSource .
|