# emptyLabelUssClassName

> The USS class name for label displayed when ListView is empty.

## Definition

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

```csharp
public static readonly string emptyLabelUssClassName
```

### Remarks

Unity adds this USS class to the label displayed if the ListView is empty. Any styling applied to this class affects every empty label located beside, or below the stylesheet in the visual tree.
