Capture.Position Property
In This Article
Gets the starting position of the matching string in the document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentPosition Position { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also