Skip to main content

CustomMarkCollection Interface

Represents a collection of custom marks in the document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

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

#Returned By

The SubDocument.CustomMarks property returns an instance of CustomMarkCollection.

#Remarks

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

See Also