Gets a boolean indicating if there is a previous page available

Namespace: DotNetNuke.Collections
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool HasPreviousPage { get; private set; }
Visual Basic
Public Property HasPreviousPage As Boolean
	Get
	Private Set

Implements

IPagedList<(Of <(<'T>)>)>..::..HasPreviousPage

See Also