# unbindCell

> Callback for unbinding the specified data item at the given row from the visual element.

## Definition

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

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