[]
        
(Showing Draft Content)

C1.Android.Input.AutoCompleteMode

AutoCompleteMode Class

Specifies how to filter items of autocomplete.

Inheritance
AutoCompleteMode
Namespace: C1.Android.Input
Assembly: C1.Android.Input.dll
Syntax
public sealed class AutoCompleteMode : Enum

Fields

Name Description
Contains

Filtering items of autocomplete when contains the input string.

EndsWith

Filtering items of autocomplete when ends with the input string

MatchCase

Filtering items of autocomplete when contains the input string that match case.

MatchWholeWord

Filtering items of autocomplete when contains the input string that match whole word.

StartsWith

Filtering items of autocomplete when starts with the input string

value__