# BindItem(VisualElement, int)

> Binds a row to an item index.

## Definition

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

```csharp
protected abstract void BindItem(VisualElement element, int index)
```

### Parameters

**** (\[VisualElement]\(/engine/6000.6/script-reference/unityengine/uielements/visualelement)): The element from that row, created by MakeItem().**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The item index.
