Represents the pager row in a System.Web.UI.WebControls.FormView control.
See Also: FormViewPagerRow Members
An instance of the System.Web.UI.WebControls.FormViewPagerRow is created to hold the pager controls in a System.Web.UI.WebControls.FormView control. The System.Web.UI.INamingContainer interface is a marker that indicates that the System.Web.UI.WebControls.FormViewPagerRow control is part of the System.Web.UI.Page object's control hierarchy.
This class is used primarily by control developers. Control developers can override the FormViewPagerRow.#ctor(int, DataControlRowType, DataControlRowState) constructor and the FormView.CreateRow(int, DataControlRowType, DataControlRowState) and FormView.InitializePager(FormViewRow, PagedDataSource) methods of the System.Web.UI.WebControls.FormView class to create a custom pager row.