Gets a boolean indicating if this is the last page

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

Syntax

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

Implements

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

See Also