Class OccurrenceMode
Contains values for the OccurrenceMode enumeration that indicates whether to highlight the first character or all same character in text.
Inheritance
System.Object
OccurrenceMode
Namespace: Syncfusion.XForms.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.dll
Syntax
public sealed class OccurrenceMode : Enum
Fields
FirstOccurrence
The first occurrence.
Declaration
public const OccurrenceMode FirstOccurrence
Field Value
Type |
---|
OccurrenceMode |
MultipleOccurrence
The multiple occurrence.
Declaration
public const OccurrenceMode MultipleOccurrence
Field Value
Type |
---|
OccurrenceMode |
None
The none.
Declaration
public const OccurrenceMode None
Field Value
Type |
---|
OccurrenceMode |