Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetFindAndReplaceDialogForm Class

The form class that implements the “Find and Replace“ dialog in spreadsheet controls.

#Declaration

#Remarks

This dialog has the Find and Replace pages that include UI elements required to:

  • Search specific values in a spreadsheet document.

  • Customize search settings.

  • Preview search results and navigate between them.

  • Replace all or only a single found value within the selected search scope in a document.

The Find and Replace Dialog

The FindAndReplace end-user command calls the ShowFindAndReplaceDialog global procedure to invoke the Find and Replace dialog with the active Find page. The Ctrl+F and Ctrl+H keystrokes invoke the dialog with the active Find and Replace pages, respectively.

If you need to adjust or customize the Find and Replace dialog’s UI elements, derive a custom dialog form from the TdxSpreadSheetFindAndReplaceDialogForm class. Assign a reference to the custom dialog form class to the dxSpreadSheetFindAndReplaceDialogClass global variable to replace the standard dialog with a custom implementation.

See Also