This documentation is archived and is not being maintained.
PagerPosition Enumeration
.NET Framework 1.1
Specifies the position of the pager for accessing various pages within the DataGrid control.
[Visual Basic] <Serializable> Public Enum PagerPosition [C#] [Serializable] public enum PagerPosition [C++] [Serializable] __value public enum PagerPosition [JScript] public Serializable enum PagerPosition
Remarks
The PagerPosition enumeration represents the different locations where the pager can be displayed. Top displays the pager at the top of the DataGrid control; Bottom displays the pager at the bottom of the control. TopAndBottom displays the pager at both the top and bottom of the DataGrid control.
Members
| Member name | Description |
|---|---|
| Bottom | A pager positioned at the bottom of the DataGrid. |
| Top | A pager positioned at the top of the DataGrid. |
| TopAndBottom | Pagers positioned at both the top and the bottom of the DataGrid. |
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: