ISearchResult.CurrentResult Property
In This Article
Gets the search result.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentRange CurrentResult { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
#Remarks
Each call to the ISearchResult.FindNext method returns a new CurrentResult, if the search is successful (the ISearchResult.FindNext returns true).
See Also