PagedDataSource::IsLastPage Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsLastPage {
	bool get();
}

Property Value

Type: System::Boolean

true if the current page is the last page; otherwise, false.

Use the IsLastPage property to determine whether the current page is the last page.

.NET Framework
Available since 1.1
Return to top
Show: