# headerTitle

> This property controls the text of the foldout header when using _showFoldoutHeader.

## Definition

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

```csharp
[UxmlAttribute]
public string headerTitle { get; set; }
```

### Remarks

If the [\_makeHeader](/engine/6000.7/script-reference/unityengine/uielements/baselistview/makeheader.md) callback is set, this property gets overridden and the title is not shown.
