# titleContent

> The GUIContent used for drawing the title of EditorWindows.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public GUIContent titleContent { get; set; }
```

### Remarks

The icon of `titleContent` will be shown as the tab icon when the window is docked. It is recommended to set it in OnEnable (and not in the constructor) if an icon is used.
