ComponentOne ASP.NET MVC Controls
RemoveOnHide Method

C1.Web.Mvc.Fluent Namespace > PopupBuilder Class : RemoveOnHide Method
The value.
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 value As Boolean _
) As PopupBuilder
public PopupBuilder RemoveOnHide( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This property is set to true by default.
See Also

Reference

PopupBuilder Class
PopupBuilder Members