# ConditionCustomizationEnabled

> Whether the condition customization feature is enabled for this visualization context. Enabled by default.

## Definition

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

```csharp
public bool ConditionCustomizationEnabled { get; set; }
```

### Remarks

When the value is true, icon overrides applied through [ConditionReference](/engine/6000.7/script-reference/unity/graphtoolkit/editor/graphvisualization/conditionreference.md) are honored. When the value is false, [ConditionReference.Icon](/engine/6000.7/script-reference/unity/graphtoolkit/editor/graphvisualization/conditionreference/icon.md) reads the condition's own icon instead of any override. The system preserves the overrides so they're honored again when the value is set to true. Throws ObjectDisposedException when you access this property after you call [Context.Dispose](/engine/6000.7/script-reference/unity/graphtoolkit/editor/graphvisualization/context/dispose.md) on the context.
