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

SnapHyperlink Interface

Provides functionality to insert hyperlinks in Snap documents.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

The following members return SnapHyperlink objects:

Remarks

A hyperlink’s destination may be a web page, file, or specific position within a document.

snap-hyperlink-mouse-tooltip

  • To create a hyperlink, click the Hyperlink icon-small-toolbar-insert-hyperlink button in the General Tools: Insert toolbar tab.

    In the Insert Hyperlink dialog that is invoked, you can create a hyperlink and specify its text, screen tip and destination.

    snap-dialog-insert-hyperlink

  • To display a field‘s data as hyperlinks, select the field and click the Properties button in the Data Tools: Field toolbar tab. Expand the Content Type drop-down menu and select Hyperlink.

    snap-hyperlink-properties-toolbar

You can also set the SnapHyperlink.ScreenTip and SnapHyperlink.Target properties of a hyperlink.

See Also