DXRichEditHyperlinkOptions Class
Provides the options which define the appearance and behavior of the document hyperlinks.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Related API Members
The following members return DXRichEditHyperlinkOptions objects:
Example
<dxre:RichEditControl.HyperlinkOptions>
<dxre:DXRichEditHyperlinkOptions ShowToolTip="False"
ModifierKeys="Shift+None"
EnableUriCorrection="False"/>
</dxre:RichEditControl.HyperlinkOptions>
Inheritance
Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<HyperlinkOptions>
DXRichEditHyperlinkOptions
See Also