PopoverShowOn
Enum
The event that will trigger the popover to show.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum PopoverShowOn
Fields
The popover will be shown when the anchor is clicked.
C#
Click = 0
The popover will be shown when the anchor is hovered.
C#
MouseEnter = 1