# View

> The generated view for this condition. Add custom UI to IConditionView.Root.

## Definition

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

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

### Remarks

This property is set before any callback fires, but is not available in the view's constructor.
