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

SubDocument.StartSearch Method

Name Parameters Description
StartSearch(String, SearchOptions, SearchDirection, DocumentRange) textToFind, options, direction, range Provides a search interface for a search in the specified range in the specified direction, using the specified options.
StartSearch(String, SearchOptions, SearchDirection) textToFind, options, direction Provides a search interface for a search in the current document in the specified direction, using the specified options.
StartSearch(String) textToFind Provides a search interface with default parameters.
StartSearch(Regex, DocumentRange) regex, range Provides a search interface for a search in the specified range using a regular expression pattern.
StartSearch(Regex) regex Provides a search interface for a search in the document, using a regular expression pattern.