# unbindItem

> Obsolete. Use _unbindItem or _unbindItem instead.

## Definition

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

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

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