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 | Description |
---|---|
OccurrenceMode |
MultipleOccurrence
The multiple occurrence.
Declaration
public const OccurrenceMode MultipleOccurrence
Field Value
Type | Description |
---|---|
OccurrenceMode |
None
The none.
Declaration
public const OccurrenceMode None
Field Value
Type | Description |
---|---|
OccurrenceMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |