Class TooltipShowEvent
Define the event that trigger showing the popup of the tooltip.
Inheritance
System.Object
TooltipShowEvent
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TooltipShowEvent : Enum
Fields
Click
The tooltip will be shown when the user clicks the target element.
Declaration
public const TooltipShowEvent Click
Field Value
TooltipShowEvent
|
Hover
The tooltip will be shown when the user hovers the target element.
Declaration
public const TooltipShowEvent Hover
Field Value
TooltipShowEvent
|
value__
Declaration
public int value__
Field Value
System.Int32
|