[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PopupBuilder.RemoveOnHide

RemoveOnHide Method

RemoveOnHide(bool)

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.

Declaration
public PopupBuilder RemoveOnHide(bool value)
Public Function RemoveOnHide(value As Boolean) As PopupBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
PopupBuilder

Current builder.

Remarks

This property is set to true by default.