This documentation is archived and is not being maintained.
PagerMode Enumeration
.NET Framework 1.1
Represents the mode of the pager for accessing various pages within the DataGrid control.
[Visual Basic] <Serializable> Public Enum PagerMode [C#] [Serializable] public enum PagerMode [C++] [Serializable] __value public enum PagerMode [JScript] public Serializable enum PagerMode
Remarks
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.
Members
| 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. |
Requirements
Namespace: System.Web.UI.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: