TemplateField::CopyProperties Method (DataControlField^)
.NET Framework (current version)
Copies the properties of the current TemplateField-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 copy the properties of the current TemplateField to.
The CopyProperties method is a helper method used to copy the properties of the current TemplateField-derived object to the DataControlField object created by the method.
Notes to Inheritors:
When overriding CopyProperties in a derived class, be sure to call the base class's CopyProperties method.
.NET Framework
Available since 2.0
Available since 2.0
Show: