# BoundObject

> Gets or sets user data bound to this cell. Typically a serialized object that acts as the model for the cell.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Hierarchy](/engine/6000.5/script-reference/unity/hierarchy.md)
* **Assembly:** UnityEngine.HierarchyModule

```csharp
public object BoundObject { get; set; }
```
