menu

Xamarin.Forms

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

    Show / Hide Table of Contents

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