menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OccurrenceMode - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved