Command.section property

Gets or sets the area of the AppBar or ToolBar that hosts this Command.
Syntax
<div data-win-control="WinJS.UI.Command" data-win-options="{ section : value}"> </div>
var section = command.section;
command.section = section;
Property value
Type: String
One of the following values:
Requirements
|
Minimum WinJS version |
WinJS 4.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: