SplitView.paneOpened property

Gets or sets whether the pane is closed or opened.
Syntax
<div data-win-control="WinJS.UI.SplitView" data-win-options="{ paneOpened : value}"> </div>
var paneOpened = splitView.paneOpened;
splitView.paneOpened = paneOpened;
Property value
Type: Boolean
True if the pane is opened; false if the pane is closed.
Remarks
This property replaces the hidden property and the paneHidden property.
Requirements
|
Minimum WinJS version |
WinJS 4.0-Preview |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: