# Sandbox.UI.Panel.Children

```csharp
IEnumerable<Panel> Children { get; set; }
```

List of panels that are attached/[parented](/api/Sandbox.UI.Panel/Parent) directly to this one.

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
