IItem.index property

Gets the item's index in the IListDataSource.

Syntax

var index = iItem.index;

Property value

Type: ****

The item's index in the IListDataSource.

Remarks

Do not implement this property; it will be added by the IListDataSource when the IItem is used.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IItem