menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OccurrenceMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OccurrenceMode

    Contains values for the OccurrenceMode enumeration that indicate whether to highlight the first character or all occurrences of the same character in text.

    Inheritance
    System.Object
    OccurrenceMode
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public sealed class OccurrenceMode : Enum

    Fields

    FirstOccurrence

    Highlight the first character.

    Declaration
    public const OccurrenceMode FirstOccurrence
    Field Value
    Type
    OccurrenceMode

    MultipleOccurrence

    Highlight all the occurrence of the same character.

    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