menu

WPF

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

    Show / Hide Table of Contents

    Enum FindOptions

    Specifies the options for the find operation.

    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public enum FindOptions

    Fields

    Name Description
    CaseSensitive

    Specifies the find option to match case sensitive.

    CaseSensitiveWholeWord

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

    None

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

    WholeWord

    Specifies the find option to match whole words only.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved