PagerPosition Enumeration

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public enum class PagerPosition

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.

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 PagerPosition enumeration represents the different locations where the pager can be displayed.

The following code example demonstrates how to use the PagerPosition enumeration to specify that the pager should be displayed at the bottom of a FormView control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: