[]
        
(Showing Draft Content)

C1.Web.Mvc.Popup.HideTrigger

HideTrigger Property

HideTrigger

Gets or sets the actions that hide the Popup.

Declaration
public PopupTrigger HideTrigger { get; set; }
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.