Class PopoverShowOn
The event that will trigger the popover to show.
Inheritance
System.Object
PopoverShowOn
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class PopoverShowOn : Enum
Fields
Click
The popover will be shown when the anchor is clicked.
Declaration
public const PopoverShowOn Click
Field Value
PopoverShowOn
|
MouseEnter
The popover will be shown when the anchor is hovered.
Declaration
public const PopoverShowOn MouseEnter
Field Value
PopoverShowOn
|
value__
Declaration
public int value__
Field Value
System.Int32
|