CustomMark.Position Property
In This Article
Gets a position in a document that is marked by the current custom mark.
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