Back to Devexpress

CustomMark.Position Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-custommark.md

latest1.2 KB
Original Source

CustomMark.Position Property

Gets a position in a document that is marked by the current custom mark.

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 marked position in the document.

|

See Also

CustomMark Interface

CustomMark Members

DevExpress.XtraRichEdit.API.Native Namespace