Class OccurrenceMode
Occurrence mode.
Inheritance
System.Object
OccurrenceMode
Namespace: Syncfusion.Android.ComboBox
Assembly: Syncfusion.SfComboBox.Android.dll
Syntax
public sealed class OccurrenceMode : Enum
Fields
FirstOccurrence
DropDown text has highlighted based on first occurrence in listed text
Declaration
public const OccurrenceMode FirstOccurrence
Field Value
Type |
---|
OccurrenceMode |
MultipleOccurrence
DropDown text has highlighted based on multiple occurrence in listed text
Declaration
public const OccurrenceMode MultipleOccurrence
Field Value
Type |
---|
OccurrenceMode |
None
DropDown text has not highlighted
Declaration
public const OccurrenceMode None
Field Value
Type |
---|
OccurrenceMode |