# enableItemHovering

> Set this property true if item hover effect is wanted. Default value is false.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.5/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
protected bool enableItemHovering { get; set; }
```

### Remarks

Additional Resources: [TreeView\<TIdentifier>.hoveredItem](/engine/6000.5/script-reference/unityeditor/imgui/controls/treeview1/hovereditem.md).
