---
title: titleVariants
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpgridbutton/titlevariants
---

# titleVariants

An array of title variants for the button.

## Declaration

```swift
var titleVariants: [String] { get }
```

## Discussion

Discussion When the system displays the button, it selects the title that best fits the available screen space, so arrange the titles from most to least preferred when creating a grid button. Also, localize each title for display to the user, and be sure to include at least one title in the array.

## See Also

### Obtaining Grid Button Information

- [image](carplay/cpgridbutton/image.md)
