Enum
AutoCompleteCompletionMode

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.

Declaration

cs-api-definition
Contains = 1

Field Value

AutoCompleteCompletionMode

StartsWith

Filters the items that start with the text typed in the input area.

Declaration

cs-api-definition
StartsWith = 0

Field Value

AutoCompleteCompletionMode

In this article
DefinitionFieldsContainsStartsWith
Not finding the help you need?
Contact Support