---
title: listHeader
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplisttemplate/listheader
---

# listHeader

An optional details header displayed at the top of the list template.

## Declaration

```swift
var listHeader: CPListTemplateDetailsHeader? { get set }
```

## Discussion

Discussion The list header provides a way to display additional context or summary information above the list sections. When set, the header appears between the navigation bar and the first list section. Assigning to this property will dynamically update the List Template to show or hide the header.
