System.Web.UI.WebControls Namespace
Sets the style properties for the pager element in a DataGrid control.
The pager is an element on the DataGrid control that allows users to link to other pages when paging is enabled. The PagerStyle property of the DataGrid uses an instance of this class to represent the style properties for the pager.
For additional information, see AllowPaging and AllowCustomPaging.
The following example demonstrates using the DataGridPagerStyle object to dynamically set the style properties of a DataGrid pager element at run time, depending on user input.
Show me
DataGrid Class