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

BookmarkCollection Interface

An interface that defines a collection of Bookmark objects.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface BookmarkCollection :
    ReadOnlyBookmarkCollection,
    ISimpleCollection<Bookmark>,
    IEnumerable<Bookmark>,
    IEnumerable,
    ICollection

Remarks

Note

The bookmark name and associated document range does not have to be unique in the collection of bookmarks.

See Also