---
title: tabTitle
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cptemplate/tabtitle
---

# tabTitle

A short title that describes the content of the tab.

## Declaration

```swift
var tabTitle: String? { get set }
```

## Discussion

Discussion CarPlay only uses the title when the template is a root-template of a tab bar, otherwise setting this property has no effect.

## See Also

### Accessing Tab Information

- [tabImage](carplay/cptemplate/tabimage.md)
- [tabSystemItem](carplay/cptemplate/tabsystemitem.md)
- [showsTabBadge](carplay/cptemplate/showstabbadge.md)
