Enum OccurrenceMode
Represents the text highlighting mode for matched text based on its occurrence.
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public enum OccurrenceMode
Fields
| Name | Description |
|---|---|
| FirstOccurrence | First matching characters are highlighted. |
| MultipleOccurrence | All the matching characters are highlighted. |
| None | Matched text is not highlighted. |