ComponentOne ASP.NET MVC Controls
IsDraggable Method

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

Parameters

value
The value.

Return Value

Current builder.
Remarks
The header is identified by the '.wj-dialog-header' CSS selector. If the dialog does not contain any elements with the 'wj-dialog-header' class, user will not be able to drag the popup.
See Also

Reference

PopupBuilder Class
PopupBuilder Members