# drag_event_body

### Description

@short: Allows dragging scheduler events by any part of the body

@signature: drag_event_body: boolean

### Example

~~~jsx
scheduler.config.drag_event_body = false;
~~~

**Default value:** true

### Related samples
- [Basic initialization](https://docs.dhtmlx.com/scheduler/samples/01_initialization_loading/01_basic_init.html)

### Details

If the config is disabled, drag-n-drop is possible only by the header of the event.
