Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomMarkCollection Interface

Represents a collection of custom marks in the document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

Remarks

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

See Also