# footerAddButtonName

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

## Definition

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

```csharp
public static readonly string footerAddButtonName
```

### Remarks

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