# WindowManager.ActiveWindow property

The window a new dialog should be shown on top of: the currently active window, falling back to the application main window. `null` when the application has no window yet.

```csharp
public Window ActiveWindow { get; }
```

## See Also

* class [WindowManager](../WindowManager.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Avalonia.Controls.ApplicationServices.dll -->
