Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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.v21.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