NextPreviousPagerField::ShowLastPageButton Property
.NET Framework (current version)
Gets or sets a value that indicates whether the last-page button is displayed in a NextPreviousPagerField object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Property Value
Type: System::Booleantrue if the last-page button is displayed in a NextPreviousPagerField object; otherwise, false. The default is false.
Use the ShowLastPageButton property to show or hide the last-page button of a NextPreviousPagerField object. To show the last-page button, set the ShowLastPageButton property to true.
The value of this property is stored in viewstate.
.NET Framework
Available since 3.5
Available since 3.5
Show: