Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the List that provides the Repeater with items to display.
Syntax
<div
data-win-control="WinJS.UI.Repeater"
data-win-options="{ data : value}" >
</div>
var data = repeater.data;
repeater.data = data;
Property value
Type: WinJS.Binding.List**
The List that provides the Repeater with items to display.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI |