# Editor.PanelWindow.Owner

```csharp
PanelWindow Owner { get; set; }
```

The window this one belongs to. An owned window stays above its owner, minimizes with it,
and is closed with it - a tool palette, a dialog. Null makes it a top level window again.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
