# Sandbox.UI.Panel.IsAncestor

```csharp
bool IsAncestor(Panel panel)
```

Is the given panel a parent, grandparent, etc.

### Parameters

- `panel` (`Panel`)

### Returns

`bool`

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
