Click or drag to resize
PagerPrevious Method
Get previous pages

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static IEnumerable<NxPage> Previous(
	IEnumerable<NxPage> nxPages
)

Parameters

nxPages
Type: System.Collections.GenericIEnumerableNxPage
A collection of NxPage

Return Value

Type: IEnumerableNxPage
A IEnumeratorT that can be used to iterate through the collection.
See Also