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