Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Bookmark Dialog

The Bookmark dialog enables end-users to add a new bookmark, delete an existing bookmark or scroll to the location marked with a selected bookmark.

DXRichEdit_BookmarkDialog

End-users can invoke this dialog using the Bookmark button on the Insert ribbon tab. Refer to the Create a Simple Rich Text Editor for details on how to provide the ribbon ui to the RichEditControl. Executing the ShowBookmarkFormCommand command invokes this dialog as well.

DXRichEdit_Dialogs_Bookmarks_Invoke

The dialog is also available from the context menu.

DXRichEdit_Dialogs_Bookmarks_ContextMenu

Tip

Use the BookmarkCollection.Create method to create the bookmark from a given document range programmatically. Refer to the Hyperlinks and Bookmarks topic for details.