# reorderable

> A property that adds dragging support to tabs.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
[CreateProperty]
public bool reorderable { get; set; }
```

### Remarks

The default value is `false`. Set this value to `true` to allow the user to reorder tabs in the tab view.
