Прочитај на енглеском Уреди

Делите путем


DataPagerField.CloneField Method

Definition

Creates a copy of the current object that is derived from DataPagerField.

C#
protected internal System.Web.UI.WebControls.DataPagerField CloneField();

Returns

A copy of the current DataControlField object.

Remarks

The CloneField method is a helper method that is used by the CloneFields method to create a copy of the current object that is derived from DataPagerField. To create a copy of the current object, the CloneField method first creates a new instance of a DataPagerField object by using the CreateField method. Then it calls the CopyProperties method to copy the property values of the current object.

Applies to

Производ Верзије
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also