Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    OccurrenceMode

    MultipleOccurrence

    DropDown text has highlighted based on multiple occurrence in listed text

    Declaration
    public const OccurrenceMode MultipleOccurrence
    Field Value
    Type Description
    OccurrenceMode

    None

    DropDown text has not highlighted

    Declaration
    public const OccurrenceMode None
    Field Value
    Type Description
    OccurrenceMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved