Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Pivot.element property

Applies to Windows and Windows Phone

Gets the DOM element that hosts the Pivot control.

Syntax


<div data-win-control="WinJS.UI.Pivot" data-win-options="{ element : value}" />


var element = pivot.element;

Property value

Type: HTMLElement

The DOM element that hosts the Pivot control.

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

 

 

Show: