# listViewWithHeaderUssClassName

> The USS class name for ListView when foldout header is enabled.

## Definition

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

```csharp
public static readonly string listViewWithHeaderUssClassName
```

### Remarks

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