# View

> The generated view for this node. Add custom UI to INodeView.Root.

## Definition

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

```csharp
public INodeView View { get; }
```

### Remarks

This property is set before any callback fires. Its [INodeView.Root](/engine/6000.7/script-reference/unity/graphtoolkit/editor/inodeview/root.md) is the [VisualElement](/engine/6000.7/script-reference/unityengine/uielements/visualelement.md) that hosts both the built-in node UI and any custom UI you add.
