RichEditControlOptionsBase.Bookmarks Property
Provides access to an object used to specify different options for bookmarks in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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 |
|
RichEditDocumentServer |
|
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