# drag_project

:::info
This functionality is available in the PRO edition only. 
:::

### Description

@short: Enables drag and drop of items of the project type

@signature: drag_project: boolean

### Example

~~~jsx
gantt.config.drag_project = true;
~~~

**Default value:** false

### Related samples
- [Draggable projects](https://docs.dhtmlx.com/gantt/samples/08_api/19_draggable_projects.html)

### Details

Allows a user to drag and drop projects together with their subtasks.

### Related Guides
- [Dragging Tasks within the Timeline](guides/dnd.md#draggingprojectswithsubtasks)
