Copies the properties of the current System.Web.UI.WebControls.CheckBoxField object to the specified System.Web.UI.WebControls.DataControlField object.
- newField
- The System.Web.UI.WebControls.DataControlField to copy the properties of the current System.Web.UI.WebControls.CheckBoxField to.
The CheckBoxField.CopyProperties(DataControlField) method is a helper method used by the DataControlField.CloneField method to copy the properties of the current System.Web.UI.WebControls.CheckBoxField object to the System.Web.UI.WebControls.DataControlField object created by the CheckBoxField.CopyProperties(DataControlField) method.