Pivot.items property

Gets or sets the List that contains the PivotItem objects that belong to this Pivot.

Syntax

<div data-win-control="WinJS.UI.Pivot" data-win-options="{ items : value}" />
var items = pivot.items;
pivot.items = items;

Property value

Type: WinJS.Binding.List**

The List that contains the PivotItem objects that belong to this Pivot.

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

Pivot