Gets a boolean indicating if this is the first page

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

Syntax

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

Implements

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

See Also