Class OccurrenceMode
specifies the modes of highlight with auto complete.
Inheritance
System.Object
OccurrenceMode
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public sealed class OccurrenceMode : Enum
Fields
FirstOccurrence
Suggestion items always Highlight first matching letter
Declaration
public const OccurrenceMode FirstOccurrence
Field Value
Type |
---|
OccurrenceMode |
MultipleOccurrence
Suggestion items always Highlight all matching letter
Declaration
public const OccurrenceMode MultipleOccurrence
Field Value
Type |
---|
OccurrenceMode |
None
Suggestion always normal
Declaration
public const OccurrenceMode None
Field Value
Type |
---|
OccurrenceMode |
Unmatched
Remaining text of the matched text in the suggestions will get highlighted.
Declaration
public const OccurrenceMode Unmatched
Field Value
Type |
---|
OccurrenceMode |