[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PopupBuilder.ShowTrigger

ShowTrigger Method

ShowTrigger(PopupTrigger)

Configurates ShowTrigger. Sets the actions that show the Popup.

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

The value.

Returns
Type Description
PopupBuilder

Current builder.

Remarks

By default, the ShowTrigger property is set to Click, which causes the popup to appear when the user clicks the owner element.If you set the ShowTrigger property to None, the popup will be shown only when the show method is called.