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

Edit Hyperlink Dialog

The Edit Hyperlink dialog enables end-users to insert a hyperlink pointing to an external location or local bookmark, and specify the hyperlink tooltip and target frame.

DXRichEdit_EditHyperlinkDialog

End-users can invoke this dialog using the Hyperlink button on the Home ribbon tab. Refer to the Create a Simple Rich Text Editor topic for details on how to provide the ribbon UI for the RichEditControl. Executing the ShowHyperlinkFormCommand command invokes this dialog as well.

DXRichEdit_Dialogs_Hyperlink_Invoke

The Hyperlink dialog is also available form the context menu.

DXRichEdit_Dialogs_Hyperlink_ContextMenu

Use the HyperlinkCollection.Create method to create a new hyperlink and add it to the document’s SubDocument.Hyperlinks collection. Refer to the Hyperlinks and Bookmarks topic for an example.