Skip to main content

SubDocument.CustomMarks Property

Provides access to a collection of custom marks.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

CustomMarkCollection CustomMarks { get; }

Property Value

Type Description
CustomMarkCollection

A CustomMarkCollection object containing custom marks for the current document.

See Also