splitView property
Collapse the table of content
Expand the table of content

SplitViewPaneToggle.splitView property

Applies to Windows and Windows Phone

Gets or sets the DOM element of the SplitView that is associated with the SplitViewPaneToggle control. When the SplitViewPaneToggle is invoked, it'll toggle this SplitView's pane.

Syntax


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


var splitView = splitViewPaneToggle.splitView;
splitViewPaneToggle.splitView = splitView;

Property value

Type:

HTMLElement

Requirements

Minimum WinJS version

WinJS 4.0

Namespace

WinJS.UI

See also

SplitViewPaneToggle

 

 

Show:
© 2017 Microsoft