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.data property

Applies to Windows and Windows Phone

Gets or sets a List of Command objects to display.

Syntax


<div 
  data-win-control="WinJS.UI.Appbar" 
  data-win-options="{ data : value}">
</div>


var data = appBar.data;
appBar.data = data;

Property value

Type: WinJS.Binding.List

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

Requirements

Minimum WinJS version

WinJS 4.0

Namespace

WinJS.UI

See also

AppBar

 

 

Show: