Skip to main content

BookmarkCollection Interface

An interface that defines a collection of Bookmark objects.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

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

The following members return BookmarkCollection objects:

Remarks

Note

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

See Also