ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PopupTagHelper Class / ShowTrigger Property

In This Topic
    ShowTrigger Property (PopupTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Popup.ShowTrigger. Sets the actions that show the Popup.
    Syntax
    'Declaration
     
    Public Property ShowTrigger As PopupTrigger
    public PopupTrigger ShowTrigger {get; set;}
    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.
    See Also