# makeCell

> Callback for constructing the VisualElement that is the template for each cell of the column.

## Definition

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

```csharp
public Func<VisualElement> makeCell { get; set; }
```
