Gets or sets a value indicating whether the current page is the last.

Namespace:  Mindroute.Core.Collections
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

C#
public bool IsLastPage { get; set; }
Visual Basic (Declaration)
Public Property IsLastPage As Boolean

Implements

IPagedList..::.IsLastPage

See Also