[]
Configurates IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header.
public PopupBuilder IsDraggable(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
PopupBuilder | Current builder. |
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.