# itemIndentsContainerUssClassName

> The USS class name for TreeView indent container elements.

## Definition

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

> **Warning:**
>
> **Deprecated.** Individual item indents are no longer used, see itemIndentUssClassName instead

```csharp
public static readonly string itemIndentsContainerUssClassName
```

### Remarks

Unity adds this USS class to every indent container element of the TreeView. Any styling applied to this class affects every item located beside, or below the stylesheet in the visual tree.
