Back to Devexpress

BookmarkCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-64918f59.md

latest1.7 KB
Original Source

BookmarkCollection Interface

An interface that defines a collection of Bookmark objects.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

BookmarkCollection Members

Bookmarks

Create

DevExpress.XtraRichEdit.API.Native Namespace