CustomMarkCollection Interface
Represents a collection of custom marks in the document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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