IFetchResult.atStart property
Gets or sets a value that indicates whether this IFetchResult contains the first items at the beginning of the IListDataAdapter object's data source.
Syntax
var atStart = iFetchResult.atStart;
iFetchResult.atStart = atStart;
Property value
Type: Boolean
true if this IFetchResult contains the last items in the data source; otherwise, false.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |