Skip to main content

RichEditControlOptionsBase.Bookmarks Property

Provides access to an object used to specify different options for bookmarks in the document.

Namespace: DevExpress.XtraRichEdit

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

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

Declaration

public BookmarkOptions Bookmarks { get; }

Property Value

Type Description
BookmarkOptions

A BookmarkOptions object containing options for the document bookmarks.

Property Paths

You can access this nested property as listed below:

Object Type Path to Bookmarks
IRichEditDocumentServer
.Options .Bookmarks
RichEditDocumentServer
.Options .Bookmarks

Remarks

Use the RichEditControl.Options.Bookmarks or RichEditDocumentServer.Options.Bookmarks notation to get access to the bookmark options. These options enable you to display the bookmark indicators (by default they are invisible) and change their color.

BookmarkOptions

See Also