Configurates
C1.Web.Mvc.Popup.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.
Syntax
'Declaration
Public Function RemoveOnHide( _
ByVal As Boolean _
) As PopupBuilder
public PopupBuilder RemoveOnHide(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also