[]
        
(Showing Draft Content)

C1.Web.Mvc.TooltipTrigger

TooltipTrigger Enum

Specifies actions that trigger showing and hiding Popup controls.

Namespace: C1.Web.Mvc
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[Flags]
public enum TooltipTrigger

Fields

Name Description
Both

Show tooltip by focusing/hovering element.

Focus

Show tooltip by focusing element.

Hover

Show tooltip by hovering element.