DataControlField::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 duplicate copy of the current DataControlField-derived object.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI.WebControls::DataControlField^A duplicate copy of the current DataControlField.
The CloneField method is a helper method used by the CloneFields method to create a copy of the current DataControlField-derived object.
.NET Framework
Available since 2.0
Available since 2.0
Show: