DataControlField.CopyProperties Method
.NET Framework 3.0
Copies the properties of the current DataControlField-derived object to the specified DataControlField object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void CopyProperties ( DataControlField newField )
protected function CopyProperties ( newField : DataControlField )
Not applicable.
Parameters
- newField
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.
Community Additions
ADD
Show: