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