[]
        
(Showing Draft Content)

C1.Blazor.Input.PopupTrigger

PopupTrigger Enum

Specifies actions that trigger open/close the Popup controls.

Namespace: C1.Blazor.Input
Assembly: C1.Blazor.Input.dll
Syntax
public enum PopupTrigger

Fields

Name Description
Blur

When the owner element or the popup lose focus.

BlurOwner

When the owner element loses focus.

BlurPopup

When the popup loses focus.

Click

When the user clicks the owner element or the popup.

ClickOwner

When the user clicks the owner element.

ClickPopup

When the user clicks the popup.

HoverOwner

When the mouse hover the owner element.

Leave

When the mouse leaves the owner element or the popup.

None

No triggers; popups must be opened and closed using code.