index property
Collapse the table of content
Expand the table of content

IItem.index property

Applies to Windows and Windows Phone

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

 

 

Show:
© 2017 Microsoft