DataGrid::InitializePager Method (DataGridItem^, Int32, PagedDataSource^)
.NET Framework (current version)
Creates a DataGridItem object that contains the paging UI.
Assembly: System.Web (in System.Web.dll)
protected: virtual void InitializePager( DataGridItem^ item, int columnSpan, PagedDataSource^ pagedDataSource )
Parameters
- item
-
Type:
System.Web.UI.WebControls::DataGridItem^
The DataGridItem that contains the pager.
- columnSpan
-
Type:
System::Int32
The number of columns to span the pager.
- pagedDataSource
-
Type:
System.Web.UI.WebControls::PagedDataSource^
A PagedDataSource that contains the properties for the pager.
.NET Framework
Available since 1.1
Available since 1.1
Show:
