CommandField.CopyProperties Method
.NET Framework 3.0
Copies the properties of the current CommandField 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 override function CopyProperties ( newField : DataControlField )
Not applicable.
Parameters
- newField
The DataControlField to copy the properties of the current CommandField to.
The CopyProperties method is a helper method used by the DataControlField.CloneField method to copy the properties of the current CommandField object to the DataControlField object created by the method.
Community Additions
ADD
Show: