# Sandbox.UI.Panel.AncestorsAndSelf

```csharp
IEnumerable<Panel> AncestorsAndSelf { get; set; }
```

Returns this panel and all its [ancestors](/api/Sandbox.UI.Panel/Ancestors), i.e. the [Parent](/api/Sandbox.UI.Panel/Parent), parent of its parent, etc.

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
