# Condition

> The ConditionView<T>.Condition instance this view customizes.

## Definition

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

```csharp
public T Condition { get; }
```

### Remarks

This property is set before any callback fires, but is not available in the view's constructor. Use it to read the condition's data when building custom UI in [ConditionView\<T>.OnViewBuilt](/engine/6000.7/script-reference/unity/graphtoolkit/editor/conditionview1/onviewbuilt.md).
