[]
Specifies the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.
public enum AutoSuggestMode
| Name | Description |
|---|---|
| Contains | A candidate string contains the entered string. |
| Default | Default filtering method. Same to StartsWith. |
| StartsWith | Beginning of a candidate string matches the entered string. |