[]
        
(Showing Draft Content)

C1.Win.Input.AutoSuggestMode

AutoSuggestMode Enum

Specifies the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public enum AutoSuggestMode

Fields

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.