SplitViewPaneToggle.splitView property

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
Show: