Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataControlReferenceCollection::SetItem Method (Int32, DataControlReference^)

.NET Framework (current version)
 

Sets the DynamicDataManager control that contains the data-control reference.

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

protected:
virtual void SetItem(
	int index,
	DataControlReference^ item
) override

Parameters

index
Type: System::Int32

The index of the data-control reference to set.

item
Type: System.Web.DynamicData::DataControlReference^

The data control.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft