Configurates
C1.Web.Mvc.Popup.IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header.
Syntax
'Declaration
Public Function IsDraggable( _
ByVal As Boolean _
) As PopupBuilder
public PopupBuilder IsDraggable(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also