PagerMode Enumeration
.NET Framework (current version)
Represents the mode of the pager for accessing various pages within the DataGrid control.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| NextPrev | A pager with Previous and Next buttons to access the next and previous pages. | |
| NumericPages | A pager with numbered buttons to access pages directly. |
The PagerMode enumeration represents the different display modes for the pager of a DataGrid control. NextPrev displays the pager controls using Next and Previous buttons; NumericPages displays numeric buttons representing the individual page numbers.
.NET Framework
Available since 1.1
Available since 1.1
Show: