alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridFindReplaceDialogOptions

    Options used for customizing GridFindReplaceDialog:

    Inheritance
    System.Object
    GridFindReplaceDialogOptions
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridFindReplaceDialogOptions : Enum

    Fields

    All

    Default setting.

    Declaration
    public const GridFindReplaceDialogOptions All
    Field Value
    Type
    GridFindReplaceDialogOptions

    None

    Represents None.

    Declaration
    public const GridFindReplaceDialogOptions None
    Field Value
    Type
    GridFindReplaceDialogOptions

    ShowMatchCase

    Show Match Case check box.

    Declaration
    public const GridFindReplaceDialogOptions ShowMatchCase
    Field Value
    Type
    GridFindReplaceDialogOptions

    ShowMatchWholeCell

    Show Match Case check box.

    Declaration
    public const GridFindReplaceDialogOptions ShowMatchWholeCell
    Field Value
    Type
    GridFindReplaceDialogOptions

    ShowSearchSelection

    Show Selection combo box.

    Declaration
    public const GridFindReplaceDialogOptions ShowSearchSelection
    Field Value
    Type
    GridFindReplaceDialogOptions

    ShowSearchUp

    Show Search Up check box.

    Declaration
    public const GridFindReplaceDialogOptions ShowSearchUp
    Field Value
    Type
    GridFindReplaceDialogOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved