<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPPanel/maximumPanelItemsCount",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPPanel(cpy)maximumPanelItemsCount"
  },
  "title" : "maximumPanelItemsCount"
}
-->

# maximumPanelItemsCount

The maximum number of items the panel is able to display.

```
class var maximumPanelItemsCount: Int { get }
```

## Discussion

Each panel subtype configures this property with the maximum number of items it’s able to display. When assembling content
for your panel, check the value of this property to determine precisely how many items the current type of panel supports.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)