System.Web.UI.WebControls.PagerMode Enumeration

Represents the mode of the pager for accessing various pages within the System.Web.UI.WebControls.DataGrid control.

Syntax

public enum PagerMode

Remarks

The System.Web.UI.WebControls.PagerMode enumeration represents the different display modes for the pager of a System.Web.UI.WebControls.DataGrid control. PagerMode.NextPrev displays the pager controls using Next and Previous buttons; PagerMode.NumericPages displays numeric buttons representing the individual page numbers.

Members

Member NameDescription
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
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0