DataPagerField.CopyProperties(DataPagerField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the properties of the current object derived from DataPagerField to the specified DataPagerField object.
protected:
virtual void CopyProperties(System::Web::UI::WebControls::DataPagerField ^ newField);
protected virtual void CopyProperties (System.Web.UI.WebControls.DataPagerField newField);
abstract member CopyProperties : System.Web.UI.WebControls.DataPagerField -> unit
override this.CopyProperties : System.Web.UI.WebControls.DataPagerField -> unit
Protected Overridable Sub CopyProperties (newField As DataPagerField)
Parameters
- newField
- DataPagerField
The object to copy the properties of the current DataControlField. object to.
Remarks
The CopyProperties method is a helper method that is used by the CloneField method to copy the properties of the current object derived from DataPagerField to the DataPagerField object created by the method.