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.v19.2.dll

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>

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DXRichEditHyperlinkOptions class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<HyperlinkOptions>
DXRichEditHyperlinkOptions
See Also