Back to Devexpress

RichEditControlOptionsBase.Bookmarks Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-e9dc9694.md

latest2.1 KB
Original Source

RichEditControlOptionsBase.Bookmarks Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public BookmarkOptions Bookmarks { get; }
vb
Public ReadOnly Property Bookmarks As BookmarkOptions

Property Value

TypeDescription
BookmarkOptions

A BookmarkOptions object containing options for the document bookmarks.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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.

See Also

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace