Class AutoCompleteMode
Auto complete mode.
Inheritance
System.Object
    AutoCompleteMode
  Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.Android.dll
Syntax
public sealed class AutoCompleteMode : Enum
  Fields
Append
Appends the first matching string with the entered text input.
Declaration
public const AutoCompleteMode Append
  Field Value
| Type | 
|---|
| AutoCompleteMode | 
Suggest
Displays the suggestion in the dropdown.
Declaration
public const AutoCompleteMode Suggest
  Field Value
| Type | 
|---|
| AutoCompleteMode | 
SuggestAppend
Displays the suggestion in the dropdown along with appending the first matching string..
Declaration
public const AutoCompleteMode SuggestAppend
  Field Value
| Type | 
|---|
| AutoCompleteMode |