This documentation is archived and is not being maintained.
DataPagerField::CloneField Method
Visual Studio 2010
This API supports the .NET Framework 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::DataPagerFieldA 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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: