ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Popup Class / HideTrigger Property

In This Topic
    HideTrigger Property (Popup)
    In This Topic
    Gets or sets the actions that hide the Popup.
    Syntax
    'Declaration
     
    Public Property HideTrigger As PopupTrigger
    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.
    See Also