[]
Configurates 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.
public PopupBuilder RemoveOnHide(bool value)
Public Function RemoveOnHide(value As Boolean) As PopupBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| PopupBuilder | Current builder. |
This property is set to true by default.