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:
C#
public enum AutoCompleteCompletionMode
Fields
Filters the items that contain the text typed in the input area.
C#
Contains = 1
Filters the items that start with the text typed in the input area.
C#
StartsWith = 0