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