Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AppBar.commands property

[commands is no longer available for use as of WinJS 4.0. Instead, use data. ]

Gets and sets the AppBarCommand objects that appear in the app bar.

Syntax


appBar.commands = commands;

Property value

Type: WinJS.Binding.List

A List of Command objects to display. (You may also use AppBarCommand objects.)

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

AppBar

 

 

Show: