Back to Devexpress

SubDocument.CustomMarks Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-subdocument-4eca6609.md

latest1.3 KB
Original Source

SubDocument.CustomMarks Property

Provides access to a collection of custom marks.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
CustomMarkCollection CustomMarks { get; }
vb
ReadOnly Property CustomMarks As CustomMarkCollection

Property Value

TypeDescription
CustomMarkCollection

A CustomMarkCollection object containing custom marks for the current document.

|

See Also

SubDocument Interface

SubDocument Members

DevExpress.XtraRichEdit.API.Native Namespace