---
title: segmentBarItem
framework: tvml
role: collectionGroup
path: tvml/segmentbaritem
---

# segmentBarItem

Provides titles inside of a segment bar.

## Overview

Overview The segmentBarItem element is used to create groups inside of a segmentBarHeader. Users can move between segmentBarItem elements to display related information. Here’s an example that has a title and subtitle above a segment bar that contains one item. <segmentBarHeader>    <title>Title</title>    <subtitle>Subtitle</subtitle>    <segmentBar>       <segmentBarItem>          <title>Title</title>       </segmentBarItem>    </segmentBar> </segmentBarHeader> Subelements of segmentBarItem title Elements that Use segmentBarItem segmentBarHeader

## Topics

### Valid TVML Attributes

- [autoHighlight](tvml/autohighlight.md)
- [binding](tvml/binding.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)

## See Also

### Bar Elements

- [menuBar](tvml/menubar.md)
- [menuItem](tvml/menuitem.md)
- [nowPlayingMenuItem](tvml/nowplayingmenuitem.md)
- [segmentBar](tvml/segmentbar.md)
- [segmentBarHeader](tvml/segmentbarheader.md)
- [tumblerBar](tvml/tumblerbar.md)
- [tumblerItem](tvml/tumbleritem.md)
