System.Web.UI.WebControls.PagerPosition Enumeration

Specifies the position of the pager for accessing various pages within a paginated control.

Syntax

public enum PagerPosition

Remarks

Controls that support pagination often provide a set of controls called the pager that allows the user to navigate the pages within the control. The System.Web.UI.WebControls.PagerPosition enumeration represents the different locations where the pager can be displayed.

Members

Member NameDescription
Bottom

A pager positioned at the bottom of the control.

Top

A pager positioned at the top of the control.

TopAndBottom

Pagers positioned at both the top and the bottom of the control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0