Skip to main content

ISearchResult.CurrentResult Property

Gets the search result.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

DocumentRange CurrentResult { get; }

Property Value

Type Description
DocumentRange

A DocumentRange object representing the text range that matches the search string.

Remarks

Each call to the ISearchResult.FindNext method returns a new CurrentResult, if the search is successful (the ISearchResult.FindNext returns true).

See Also