[]
Specifies how to filter items of autocomplete.
[Flags]
public enum AutoCompleteMode
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 |