Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |