[]
        
(Showing Draft Content)

C1.Win.C1Input.AutoSuggestMode

AutoSuggestMode Enum

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'.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public enum AutoSuggestMode
Remarks

The search is case-insensitive.

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.