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 the Document Object Model (DOM) element that hosts the Repeater.
Syntax
<div
data-win-control="WinJS.UI.Repeater"
data-win-options="{ element : value}" >
</div>
var element = repeater.element;
Property value
Type: HTMLElement
The DOM element that hosts the Repeater.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI |