CitationShowOn
Enum
The event that will trigger the citation popover to show.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum CitationShowOn
Fields
The popover will be shown when the chip is clicked.
C#
Click = 0
The popover will be shown when the chip is hovered. The popover will close when the pointer leaves both the chip and the popover.
C#
MouseEnter = 1