SplitView.paneElement property

Gets the element that hosts the SplitView control's pane.

Syntax

var paneElement = splitView.paneElement;

Property value

Type: HTMLElement

The element that hosts the SplitView control's pane.

Requirements

Minimum WinJS version

WinJS 4.0

Namespace

WinJS.UI

See also

SplitView