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;}
See Also