ASP.NET Core MVC Controls | ComponentOne
In This Topic
    TooltipTrigger Enum
    In This Topic
    File
    wijmo.js
    Module
    wijmo

    Enum representing different triggers for displaying tooltips. This enum allows you to specify how tooltips should be triggered in a user interface.

    Members

    Name Value Description
    Focus 0

    Show tooltip by focusing element.

    Hover 1

    Show tooltip by hovering element.

    Both 2

    Show tooltip by focusing/hovering element.