Enum GridFindReplaceDialogOptions
Options used for customizing GridFindReplaceDialog:
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[Flags]
public enum GridFindReplaceDialogOptions
Fields
| Name | Description |
|---|---|
| All | Default setting. |
| None | Represents None. |
| ShowMatchCase | Show Match Case check box. |
| ShowMatchWholeCell | Show Match Case check box. |
| ShowSearchSelection | Show Selection combo box. |
| ShowSearchUp | Show Search Up check box. |