---
title: leadingNavigationBarButtons
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpvoicecontroltemplate/leadingnavigationbarbuttons
---

# leadingNavigationBarButtons

An array of bar buttons to be displayed on the leading side of the navigation bar.

## Declaration

```swift
var leadingNavigationBarButtons: [CPBarButton] { get set }
```

## Discussion

Discussion note: The navigation bar may display a maximum of 2 buttons in the leading space. Setting more than 2 buttons to this property will only display the first 2 buttons.
