SubDocument.CustomMarks Property
In This Article
Provides access to a collection of custom marks.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
CustomMarkCollection CustomMarks { get; }
#Property Value
Type | Description |
---|---|
Custom |
A Custom |
See Also