# BindItem<T>(VisualElement, int, T)

> Binds a row of multiple cells to an item index.

## Definition

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

```csharp
public void BindItem<T>(VisualElement element, int index, T item)
```

### Parameters

**** (\[VisualElement]\(/engine/6000.7/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.**** (T): The item to bind.
