Skip to main content

CustomMarkCollection Interface

Represents a collection of custom marks in the document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

[ComVisible(true)]
public interface CustomMarkCollection :
    ReadOnlyCustomMarkCollection,
    ISimpleCollection<CustomMark>,
    IEnumerable<CustomMark>,
    IEnumerable,
    ICollection

The following members return CustomMarkCollection objects:

Remarks

The collection contains CustomMark objects and is accessible via the SubDocument.CustomMarks property.

See Also