# drag_progress

### Description

@short: Enables the possibility to change the task progress by dragging the progress knob

@signature: drag_progress: boolean

### Example

~~~jsx
gantt.config.drag_progress = false;
gantt.init("gantt_here");
~~~

**Default value:** true
