Bookmark Interface
In This Article
Defines a bookmark in the document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
Properties and methods that return Bookmark instances:
#Remarks
A Bookmark exposes a document range with a name that does not have to be unique in the collection of bookmarks of the current document (accessible via the SubDocument.Bookmarks property).
To create a new bookmark and add it to the bookmark collection, use the SubDocument.CreateBookmark method.
See Also