DataPagerFieldCollection Constructor (DataPager^)

 

Initializes a new instance of the DataPagerFieldCollection class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
DataPagerFieldCollection(
	DataPager^ dataPager
)

Parameters

dataPager
Type: System.Web.UI.WebControls::DataPager^

The control that will contain the collection.

This constructor is primarily used by control developers.

.NET Framework
Available since 3.5
Return to top
Show: