# footerRemoveButtonName

> The name of the remove button element in the footer.

## Definition

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

```csharp
public static readonly string footerRemoveButtonName
```

### Remarks

Unity uses this name of [BaseListView](/engine/6000.3/script-reference/unityengine/uielements/baselistview.md) remove button when [BaseListView.showAddRemoveFooter](/engine/6000.3/script-reference/unityengine/uielements/baselistview/showaddremovefooter.md) is set to `true`.
