DataPagerFieldCollection::Remove Method (DataPagerField^)

 

Removes the specified DataPagerField object from the DataPagerFieldCollection collection.

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

public:
void Remove(
	DataPagerField^ field
)

Parameters

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

The object to remove from the DataPagerFieldCollection collection.

.NET Framework
Available since 3.5
Return to top
Show: