This documentation is archived and is not being maintained.
GridView::InitializePager Method
Visual Studio 2010
Initializes the pager row displayed when the paging feature is enabled.
Assembly: System.Web (in System.Web.dll)
protected: virtual void InitializePager( GridViewRow^ row, int columnSpan, PagedDataSource^ pagedDataSource )
Parameters
- row
- Type: System.Web.UI.WebControls::GridViewRow
A GridViewRow that represents the pager row to initialize.
- columnSpan
- Type: System::Int32
The number of columns the pager row should span.
- pagedDataSource
- Type: System.Web.UI.WebControls::PagedDataSource
A PagedDataSource that represents the data source.
The InitializePager method is used to initialize the pager row displayed when the paging feature is enabled.
Note |
|---|
This method is used primarily by control developers to extend the GridView control. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note