# DisplayValueField

> Whether the built-in field for the condition's value is displayed.

## Definition

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

```csharp
protected virtual bool DisplayValueField { get; }
```

### Remarks

Override this property to return `false` to remove the built-in value field and draw your own controls for the condition instead. The built-in title label then carries the condition's name; see [ConditionView\<T>.DisplayTitleLabel](/engine/6000.7/script-reference/unity/graphtoolkit/editor/conditionview1/displaytitlelabel.md). The comparison operator dropdown is unaffected; it remains controlled by [Condition\<T>.DisplayComparisonDropdown](/engine/6000.7/script-reference/unity/graphtoolkit/editor/condition1/displaycomparisondropdown.md).
