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

SnapHyperlink.ScreenTip Property

Specifies the text of a tooltip displayed when pointing at a hyperlink with the mouse.

Namespace: DevExpress.Snap.Core.API

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

NuGet Package: DevExpress.Snap.Core

Declaration

string ScreenTip { get; set; }

Property Value

Type Description
String

A String value.

Remarks

The following image illustrates a hyperlink screen tip.

hyperlink-screen-tip

See Also