# cellTemplate

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

## Definition

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

```csharp
[CreateProperty]
public VisualTreeAsset cellTemplate { get; set; }
```
