ISelection.isEverything method

Returns a value that indicates whether the selection contains every item in the data source.

Syntax

var boolean = iSelection.isEverything();

Parameters

This method has no parameters.

Return value

Type: Boolean

true if the selection contains every item in the data source; otherwise, false.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ISelection

ListView.selection