# Sandbox.UI.TreeRow.Content

```csharp
Panel Content { get; set; }
```

Where a row's own controls go - toggles, buttons, badges - added once and updated on every
bind. Clicks on them belong to them: they don't select or activate the row.

Declared in [Sandbox.UI.TreeRow](/api/Sandbox.UI.TreeRow).
Assembly: `Sandbox.Engine`.
