EnumAutoCompleteCompletionMode
Enum
Enum used by RadAutoComplete for specifying the way the control will filter its ItemsSource when typing in its input. The matching items to the filter will be displayed in a SuggestionView if the RadAutoComplete.AutoCompleteSuggestMode is Append or SuggestAppend.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum AutoCompleteCompletionMode
Fields
Contains
Filters the items that contain the text typed in the input area.
StartsWith
Filters the items that start with the text typed in the input area.