Enum OccurrenceMode
specifies the modes of highlight with auto complete.
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public enum OccurrenceMode
Fields
| Name | Description |
|---|---|
| FirstOccurrence | Suggestion items always Highlight first matching letter |
| MultipleOccurrence | Suggestion items always Highlight all matching letter |
| None | Suggestion always normal |
| Unmatched | Remaining text of the matched text in the suggestions will get highlighted. |