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

In This Topic
    RemoveOnHide Property (PopupTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Popup.RemoveOnHide. Sets a value that determines whether the Popup element should be removed from the DOM when the Popup is hidden, as opposed to being hidden.
    Syntax
    'Declaration
     
    Public Property RemoveOnHide As Boolean
    public bool RemoveOnHide {get; set;}
    Remarks
    This property is set to true by default.
    See Also