# listViewWithFooterUssClassName

> The USS class name for ListView when add/remove footer is enabled.

## Definition

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

```csharp
public static readonly string listViewWithFooterUssClassName
```

### Remarks

Unity adds this USS class to ListView when [\_showAddRemoveFooter](/engine/6000.7/script-reference/unityengine/uielements/baselistview/showaddremovefooter.md) is set to `true`. Any styling applied to this class affects every list located beside, or below the stylesheet in the visual tree.
