SubDocument.StartSearch(String) Method
In This Article
Provides a search interface with default parameters.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
ISearchResult StartSearch(
string textToFind
)
#Parameters
Name | Type | Description |
---|---|---|
text |
String | A string representing the search text. |
#Returns
Type | Description |
---|---|
ISearch |
An ISearch |
#Remarks
A search is performed in the current document, from the start to the end, case insensitive.
See Also