Namespace Telerik.Maui.Controls.AutoComplete
Classes
Represents the command that is executed when the user taps on the clear button. |
Abstract class that defines the common API for all commands that can be executed by a RadAutoComplete instance. |
AutoCompleteRemoveTokenCommand Represents the command that is executed when the user taps on the clear button of each token. |
This is the label that will be visualized inside the tokens of RadAutoComplete. |
Represents a display text formatter that extracts text from objects using a property path. |
DisplayTextFormatterTypeConverter Provides a type converter to convert between System.String and DisplayTextFormatter objects. This converter enables XAML serialization and deserialization of display text formatter configurations. |
Provides data for the FilteredItemsChanged event. |
Provides default resources for RadAutoComplete control. |
SuggestionItemSelectedEventArgs Provides data for suggestion item selected events. |
Interfaces
Interface used by RadAutoComplete for providing custom filtering. |
Interface used by RadAutoComplete for providing custom formatting for the selected item that will either be visualized as plain text or as token. |