---
title: segmentBarHeader
framework: tvml
role: collectionGroup
path: tvml/segmentbarheader
---

# segmentBarHeader

Displays information above a segment bar.

## Overview

Overview The segmentBarHeader element displays information that is used to describe the contents of a segmentBar element. 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 segmentBarHeader segmentBar subtitle title Elements that Use segmentBarHeader list

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)

### Valid TVML Attributes

- [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)
- [segmentBarItem](tvml/segmentbaritem.md)
- [tumblerBar](tvml/tumblerbar.md)
- [tumblerItem](tvml/tumbleritem.md)
