# drag_lightbox

### Description

@short: Enables the possibility to drag the lightbox by the header

@signature: drag_lightbox: boolean

### Example

~~~jsx
gantt.config.drag_lightbox = false;

gantt.init("gantt_here");
~~~

**Default value:** true

### Related Guides
- [drag_links](api/config/drag_links.md)
- [drag_move](api/config/drag_move.md)
- [drag_mode](api/config/drag_mode.md)
- [drag_progress](api/config/drag_progress.md)
- [drag_resize](api/config/drag_resize.md)

