BookmarkCollection Interface
An interface that defines a collection of Bookmark objects.
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 BookmarkCollection :
ReadOnlyBookmarkCollection,
ISimpleCollection<Bookmark>,
IEnumerable<Bookmark>,
IEnumerable,
ICollection
Related API Members
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