<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPListTemplateItem",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(pl)CPListTemplateItem"
  },
  "title" : "CPListTemplateItem"
}
-->

# CPListTemplateItem

A description of the common properties of all list item types.

```
protocol CPListTemplateItem : NSObjectProtocol
```

## Overview> Important:
> You don’t create custom classes that conform to `CPListItemTemplate`. Instead, you use one of the prebuilt list item types that adopt this protocol, such as ``doc://com.apple.carplay/documentation/CarPlay/CPMessageListItem``.

## Topics

### Managing Content

[`text`](/documentation/CarPlay/CPListTemplateItem/text)

The item’s primary text.

[`userInfo`](/documentation/CarPlay/CPListTemplateItem/userInfo)

An opaque value for the list item.

### Enabling Items

[`enabled`](/documentation/CarPlay/CPListTemplateItem/isEnabled)

A Boolean value that indicates if the item is enabled.

## Relationships

### Conforming Types

[`CPListImageRowItem`](/documentation/CarPlay/CPListImageRowItem)

[`CPListItem`](/documentation/CarPlay/CPListItem)

[`CPMessageListItem`](/documentation/CarPlay/CPMessageListItem)

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherited By

[`CPSelectableListItem`](/documentation/CarPlay/CPSelectableListItem)

---

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)