PivotItem.header property

Gets or sets the header for this PivotItem.

Syntax

<div data-win-control="WinJS.UI.PivotItem" data-win-options="{ header : value}" />
var header = pivotItem.header;
pivotItem.header = header;

Property value

Type: Object

The header for this PivotItem.

Remarks

Note   For Windows, this member is available starting with the WinJS 3.0 library. The WinJS 3.0 library is available via CDN, package manager, or website download but currently not through the Windows Store as a Windows Store framework package.

 

Requirements

Minimum WinJS version

Phone WinJS 2.1

Namespace

WinJS.UI

See also

PivotItem