DataPagerField.CopyProperties(DataPagerField) Method

Definition

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.

Applies to

See also