DataControlField::CopyProperties Method (DataControlField^)
.NET Framework (current version)
Copies the properties of the current DataControlField-derived object to the specified DataControlField object.
Assembly: System.Web (in System.Web.dll)
Parameters
- newField
-
Type:
System.Web.UI.WebControls::DataControlField^
The DataControlField to which to copy the properties of the current DataControlField.
The CopyProperties method is a helper method used by the CloneField method to copy the properties of the current DataControlField-derived object to the DataControlField object created by the method.
.NET Framework
Available since 2.0
Available since 2.0
Show: