# select

### Description

@short: Shows/hides the select bar in the event's box

@signature: select: boolean

### Example

~~~jsx
scheduler.config.select = false;
...
scheduler.init('scheduler_here',new Date(2013,0,10),"week");
~~~

**Default value:** true

### Details

![select_property](/img/select_property.png)
