Class SuggestionMode
specifies the modes of search with auto complete.
Inheritance
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class SuggestionMode : Enum
Fields
Contains
Returns the suggestions whether the beginning of the string contains in the list which is culture sensitive.
Declaration
public const SuggestionMode Contains
Field Value
Type |
---|
SuggestionMode |
ContainsCaseSensitive
Returns the suggestions whether the beginning of the string contains in the list which is culture and case sensitive.
Declaration
public const SuggestionMode ContainsCaseSensitive
Field Value
Type |
---|
SuggestionMode |
ContainsOrdinal
Returns the suggestions whether the beginning of the string contains in the list by using StringComparer.OrdinalIgnoreCase.
Declaration
public const SuggestionMode ContainsOrdinal
Field Value
Type |
---|
SuggestionMode |
ContainsOrdinalCaseSensitive
Returns the suggestions whether the beginning of the string contains in the list by using StringComparer.Ordinal.
Declaration
public const SuggestionMode ContainsOrdinalCaseSensitive
Field Value
Type |
---|
SuggestionMode |
Custom
Returns the Suggestion whether the specified object occurs with in the list.
Declaration
public const SuggestionMode Custom
Field Value
Type |
---|
SuggestionMode |
EndsWith
Returns the suggestions whether the ending of the string matches in the list which is culture sensitive.
Declaration
public const SuggestionMode EndsWith
Field Value
Type |
---|
SuggestionMode |
EndsWithCaseSensitive
Returns the suggestions whether the ending of the string matches in the list which is culture and case sensitive.
Declaration
public const SuggestionMode EndsWithCaseSensitive
Field Value
Type |
---|
SuggestionMode |
EndsWithOrdinal
Returns the suggestions whether the ending of the string matches in the list by using StringComparer.OrdinalIgnoreCase.
Declaration
public const SuggestionMode EndsWithOrdinal
Field Value
Type |
---|
SuggestionMode |
EndsWithOrdinalCaseSensitive
Returns the suggestions whether the ending of the string matches in the list by using StringComparer.Ordinal.
Declaration
public const SuggestionMode EndsWithOrdinalCaseSensitive
Field Value
Type |
---|
SuggestionMode |
Equals
Returns the suggestions whether the beginning of the string equals in the list which is culture sensitive.
Declaration
public const SuggestionMode Equals
Field Value
Type |
---|
SuggestionMode |
EqualsCaseSensitive
Returns the suggestions whether the beginning of the string equals in the list which is culture and case sensitive.
Declaration
public const SuggestionMode EqualsCaseSensitive
Field Value
Type |
---|
SuggestionMode |
EqualsOrdinal
Returns the suggestions whether the beginning of the string equals in the list by using StringComparer.OrdinalIgnoreCase.
Declaration
public const SuggestionMode EqualsOrdinal
Field Value
Type |
---|
SuggestionMode |
EqualsOrdinalCaseSensitive
Returns the suggestions whether the beginning of the string equals in the list by using StringComparer.Ordinal.
Declaration
public const SuggestionMode EqualsOrdinalCaseSensitive
Field Value
Type |
---|
SuggestionMode |
None
Returns the all the AutoCompleteSource collection to suggestions
Declaration
public const SuggestionMode None
Field Value
Type |
---|
SuggestionMode |
StartsWith
Returns the suggestions whether the beginning of the string matches in the list which is culture sensitive.
Declaration
public const SuggestionMode StartsWith
Field Value
Type |
---|
SuggestionMode |
StartsWithCaseSensitive
Returns the suggestions whether the beginning of the string matches in the list which is culture and case sensitive.
Declaration
public const SuggestionMode StartsWithCaseSensitive
Field Value
Type |
---|
SuggestionMode |
StartsWithOrdinal
Returns the suggestions whether the beginning of the string matches in the list by using StringComparer.OrdinalIgnoreCase.
Declaration
public const SuggestionMode StartsWithOrdinal
Field Value
Type |
---|
SuggestionMode |
StartsWithOrdinalCaseSensitive
Returns the suggestions whether the beginning of the string matches in the list by using StringComparer.Ordinal.
Declaration
public const SuggestionMode StartsWithOrdinalCaseSensitive
Field Value
Type |
---|
SuggestionMode |