CustomMarkCollection Interface
Represents a collection of custom marks in the document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
[ComVisible(true)]
public interface CustomMarkCollection :
ReadOnlyCustomMarkCollection,
ISimpleCollection<CustomMark>,
IEnumerable<CustomMark>,
IEnumerable,
ICollection
Related API Members
The following members return CustomMarkCollection objects:
Remarks
The collection contains CustomMark objects and is accessible via the SubDocument.CustomMarks property.
See Also