DataPagerField::CloneField Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a copy of the current object that is derived from DataPagerField.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return Value
Type: System.Web.UI.WebControls::DataPagerField^A copy of the current DataControlField object.
The CloneField method is a helper method that is used by the CloneFields method to create a copy of the current object that is derived from DataPagerField. To create a copy of the current object, the CloneField method first creates a new instance of a DataPagerField object by using the CreateField method. Then it calls the CopyProperties method to copy the property values of the current object.
.NET Framework
Available since 3.5
Available since 3.5
Show: