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

In This Topic
    RemoveOnHide Property
    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
     
    
    <DefaultValueAttribute(True)>
    Public Property RemoveOnHide As Boolean
    [DefaultValue(true)]
    public bool RemoveOnHide {get; set;}
    Remarks
    This property is set to true by default.
    See Also