Class AutoCompleteMode
Contains the values for the AutoCompleteMode enumeration that about to filter the suggestion items based on user input.
Inheritance
System.Object
AutoCompleteMode
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.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 |