PagerSettings::Visible Property
.NET Framework (current version)
Gets or sets a value indicating whether the paging controls are displayed in a control that supports pagination.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue to display the pager; otherwise, false. The default is true.
Use the Visible property to specify whether the paging controls are displayed in a control that supports pagination. To hide the paging controls, set the Visible property to false.
The value of this property is stored in view state.
.NET Framework
Available since 2.0
Available since 2.0
Show: