DetailsViewPagerRow Class
.NET Framework 3.0
Represents the pager row in a DetailsView control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
An instance of the DetailsViewPagerRow is created to hold the pager controls in a DetailsView control. The INamingContainer interface is a marker that indicates that the DetailsViewPagerRow control is part of the Page object's control hierarchy.
This class is used primarily by control developers. Control developers can override the DetailsViewPagerRow constructor and the CreateRow and InitializePager methods of the DetailsView class to create a custom pager row.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.TableRow
System.Web.UI.WebControls.DetailsViewRow
System.Web.UI.WebControls.DetailsViewPagerRow
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.TableRow
System.Web.UI.WebControls.DetailsViewRow
System.Web.UI.WebControls.DetailsViewPagerRow
Community Additions
ADD
Show: