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

In This Topic
    RemoveOnHide Property (Popup)
    In This Topic
    Gets or 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