GridView.InitializePager Method
.NET Framework 4
Initializes the pager row displayed when the paging feature is enabled.
Assembly: System.Web (in System.Web.dll)
'Declaration Protected Overridable Sub InitializePager ( _ row As GridViewRow, _ columnSpan As Integer, _ pagedDataSource As 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.
Note