# reorderable

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

## Definition

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

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

### Remarks

Reordering columns can be cancelled by pressing ESC key.
