menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FindOptions - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FindOptions

    Specifies the options for the find operation.

    Inheritance
    System.Object
    FindOptions
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class FindOptions : Enum

    Fields

    CaseSensitive

    Specifies the find option to match case sensitive.

    Declaration
    public const FindOptions CaseSensitive
    Field Value
    Type
    FindOptions

    CaseSensitiveWholeWord

    Specifies the find option to match case sensitive and whole words.

    Declaration
    public const FindOptions CaseSensitiveWholeWord
    Field Value
    Type
    FindOptions

    None

    Specifies default find option; Uses case-independent, arbitrary character boundaries.

    Declaration
    public const FindOptions None
    Field Value
    Type
    FindOptions

    WholeWord

    Specifies the find option to match whole words only.

    Declaration
    public const FindOptions WholeWord
    Field Value
    Type
    FindOptions

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved