RichEditControlOptionsBase.Bookmarks Property
In This Article
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
public BookmarkOptions Bookmarks { get; }
#Property Value
Type | Description |
---|---|
Bookmark |
A Bookmark |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Bookmarks |
---|---|
IRich |
|
Rich |
|
#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