# reorderable

> Indicates whether the columns can be reordered interactively by user.

## 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

Reordering columns can be cancelled by pressing ESC key.
