Represents the mode of the pager for accessing various pages within the System.Web.UI.WebControls.DataGrid control.
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.
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. |