IFetchResult.atEnd property
Gets or sets a value that indicates whether this IFetchResult contains the last items at the end of the IListDataAdapter object's data source.
Syntax
var atEnd = iFetchResult.atEnd;
iFetchResult.atEnd = atEnd;
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 |