IFetchResult.absoluteIndex property

This topic has not yet been rated - Rate this topic

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 supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

See also

IFetchResult

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.