Back to Devexpress

CustomMarkCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-ff473869.md

latest1.7 KB
Original Source

CustomMarkCollection Interface

Represents a collection of custom marks in the document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface CustomMarkCollection :
    ReadOnlyCustomMarkCollection,
    ISimpleCollection<CustomMark>,
    IEnumerable<CustomMark>,
    IEnumerable,
    ICollection
vb
<ComVisible(True)>
Public Interface CustomMarkCollection
    Inherits ReadOnlyCustomMarkCollection,
             ISimpleCollection(Of CustomMark),
             IEnumerable(Of 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

CustomMarkCollection Members

DevExpress.XtraRichEdit.API.Native Namespace