DataControlReferenceCollection.RemoveItem Method (Int32)

.NET Framework (current version)
 

Removes a data-control reference from the collection.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Protected Overrides Sub RemoveItem (
	index As Integer
)

Parameters

index
Type: System.Int32

The index of the data-control reference to remove.

.NET Framework
Available since 4.0
Return to top
Show: