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

# showsBottomSeparator

A Boolean value that indicates whether a separator line appears at the bottom edge of the item.

```
var showsBottomSeparator: Bool { get set }
```

## Discussion

When the value of this property is `true`, CarPlay draws a line along the bottom edge of the item to separate it
from the next item. Set this property to `false` if you don’t want to draw the separator. The default value of this
property is `true`.

When drawing the last section in the map panel, the system doesn’t draw a separator line, even if this property
is `true`.

---

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)