# allowRemove

> This property allows the user to allow or block the removal of an item when clicking on the Remove Button. It must return true or false.

## Definition

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

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

### Remarks

If the property is not set to `false`, any Remove operation will be allowed.
