ISearchResult Interface
In This Article
Defines the interface used for text searching.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
Methods that return ISearchResult instances:
#Remarks
The SubDocument.StartSearch method provides the ISearchResult interface. You can then start searching, or make replacements.
See Also