FlipView.previous method

Navigates to the previous item.

Syntax

var boolean = flipView.previous();

Parameters

This method has no parameters.

Return value

Type: Boolean

true if the FlipView begins navigating to the previous page; false if the FlipView is already at the first page or is in the middle of another navigation animation.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

FlipView