IFetchResult.absoluteIndex property
Gets or sets the index of the requested item in the IListDataAdapter object's data source.
Syntax
var absoluteIndex = iFetchResult.absoluteIndex;
iFetchResult.absoluteIndex = absoluteIndex;
Property value
Type: Number
The index of the requested item in the IListDataAdapter object's data source.
Remarks
Changing this value does not change the underlying index of the request item in its data source. To move an item, use one of the IListDataAdapter object's move methods.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |