Class SuggestionMode
Contains the values for the SuggestionMode enumeration that determines the suggestion way represent the suggested items.
Inheritance
Namespace: Syncfusion.SfAutoComplete.XForms
Assembly: Syncfusion.SfAutoComplete.XForms.dll
Syntax
public sealed class SuggestionMode : Enum
Fields
Contains
Filters the list of suggestions from items that contains the user input.
Declaration
public const SuggestionMode Contains
Field Value
Type |
---|
SuggestionMode |
ContainsWithCaseSensitive
Filters the list of suggestions from items that contains the user input with case sensitive.
Declaration
public const SuggestionMode ContainsWithCaseSensitive
Field Value
Type |
---|
SuggestionMode |
Custom
Filters the list of suggestions based on custom items.
Declaration
public const SuggestionMode Custom
Field Value
Type |
---|
SuggestionMode |
EndsWith
Filters the list of suggestions based on end text of the items.
Declaration
public const SuggestionMode EndsWith
Field Value
Type |
---|
SuggestionMode |
EndsWithCaseSensitive
Filters the list of suggestions based on end text of the items with case sensitive.
Declaration
public const SuggestionMode EndsWithCaseSensitive
Field Value
Type |
---|
SuggestionMode |
Equals
Filters the list of suggestion from items that match exact text with user input
Declaration
public const SuggestionMode Equals
Field Value
Type |
---|
SuggestionMode |
EqualsWithCaseSensitive
Filters the list of suggestion from items that match exact text with user input with case sensitive
Declaration
public const SuggestionMode EqualsWithCaseSensitive
Field Value
Type |
---|
SuggestionMode |
StartsWith
Filters the list of suggestions based on starting text of the items.
Declaration
public const SuggestionMode StartsWith
Field Value
Type |
---|
SuggestionMode |
StartsWithCaseSensitive
Filters the list of suggestions based on starting text of the items with case sensitive.
Declaration
public const SuggestionMode StartsWithCaseSensitive
Field Value
Type |
---|
SuggestionMode |