# closeable

> A property that adds the ability to close tabs.

## Definition

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

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

### Remarks

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