---
title: dashboardWindow
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cptemplateapplicationdashboardscene/dashboardwindow
---

# dashboardWindow

The window that belongs to the dashboard scene.

## Declaration

```swift
var dashboardWindow: UIWindow { get }
```

## Discussion

Discussion Use this property to access the window CarPlay creates for your dashboard scene. You draw your navigation app’s map content into this window for display in the dashboard.
