Skip to main content
A newer version of this page is available. .

DXRichEditHyperlinkOptions Class

Provides the options which define the appearance and behavior of the document hyperlinks.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v21.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public class DXRichEditHyperlinkOptions :
    DXRichEditOptionsBase<HyperlinkOptions>

The following members return DXRichEditHyperlinkOptions objects:

Remarks

Access the DXRichEditHyperlinkOptions instance by using the RichEditControl.HyperlinkOptions property.

<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