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::Owner Property
.NET Framework (current version)
Gets the DynamicDataManager control that contains the data control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property DynamicDataManager^ Owner { DynamicDataManager^ get(); private: void set(DynamicDataManager^ value); }
Property Value
Type: System.Web.DynamicData::DynamicDataManager^The DynamicDataManager control that contains the data control.
.NET Framework
Available since 4.0
Available since 4.0
Show: