ComponentOne ASP.NET MVC Controls
RemoveOnHide Property

C1.Web.Mvc Namespace > Popup Class : RemoveOnHide Property
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

Reference

Popup Class
Popup Members