# Title

> The main text displayed in the node's header.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public string Title { get; set; }
```

### Remarks

Use this property to specify the node title displayed in the graph view. To modify the node title displayed in the graph item library, use [NodeAttribute.Title](/engine/6000.7/script-reference/unity/graphtoolkit/editor/nodeattribute/title.md).

Additional Resources: [NodeAttribute.Title](/engine/6000.7/script-reference/unity/graphtoolkit/editor/nodeattribute/title.md)
