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