# bindItem

> Obsolete. Use _bindItem or _bindItem instead.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

> **Warning:**
>
> **Deprecated.** bindItem has been moved to ListView and TreeView. Use these ones instead.

```csharp
public Action<VisualElement, int> bindItem { get; set; }
```
