[]
Gets or sets a value which determines 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
The search is case-insensitive.
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. |