Back to Devexpress

Capture.Position Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-capture-8c3957e0.md

latest1.2 KB
Original Source

Capture.Position Property

Gets the starting position of the matching string in the document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DocumentPosition Position { get; }
vb
ReadOnly Property Position As DocumentPosition

Property Value

TypeDescription
DocumentPosition

A DocumentPosition object, representing a position in the docuemnt where the match starts.

|

See Also

Capture Interface

Capture Members

DevExpress.XtraRichEdit.API.Native Namespace