[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PopupBuilder.HideTrigger

HideTrigger Method

HideTrigger(PopupTrigger)

Configurates HideTrigger. Sets the actions that hide the Popup.

Declaration
public PopupBuilder HideTrigger(PopupTrigger value)
Parameters
Type Name Description
PopupTrigger value

The value.

Returns
Type Description
PopupBuilder

Current builder.

Remarks

By default, the HideTrigger property is set to Blur, which hides the popup when it loses focus.If you set the HideTrigger property to Click, the popup will be hidden only when the owner element is clicked.If you set the HideTrigger property to None, the popup will be hidden only when the hide method is called.