DataPagerField::CopyProperties Method (DataPagerField^)

 

Copies the properties of the current object derived from DataPagerField to the specified DataPagerField object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual void CopyProperties(
	DataPagerField^ newField
)

Parameters

newField
Type: System.Web.UI.WebControls::DataPagerField^

The object to copy the properties of the current DataControlField. object to.

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.

.NET Framework
Available since 3.5
Return to top
Show: