DataPagerField::CopyProperties Method (DataPagerField^)
.NET Framework (current version)
Copies the properties of the current object derived from DataPagerField to the specified DataPagerField object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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
Available since 3.5
Show: