---
title: maximumItemCount
framework: carplay
role: symbol
role_heading: Type Property
path: carplay/cplisttemplate/maximumitemcount
---

# maximumItemCount

The maximum number of items, across all sections, that the template can display.

## Declaration

```swift
class var maximumItemCount: Int { get }
```

## Discussion

Discussion This property’s value is dependent on any user interface limits that the vehicle imposes. See CPSessionConfiguration for more information. At runtime, use this value to determine the maximum number of items, across all sections, that your list can display.

## See Also

### Getting Supplementary Information

- [itemCount](carplay/cplisttemplate/itemcount.md)
- [indexPath(for:)](carplay/cplisttemplate/indexpath(for:).md)
- [title](carplay/cplisttemplate/title.md)
