This documentation is archived and is not being maintained.
Control::DataItemContainer Property
Visual Studio 2010
Gets a reference to the naming container if the naming container implements IDataItemContainer.
Assembly: System.Web (in System.Web.dll)
[BindableAttribute(false)] [BrowsableAttribute(false)] public: property Control^ DataItemContainer { Control^ get (); }
Property Value
Type: System.Web.UI::ControlThe naming container. In a hierarchy of naming containers that implement IDataItemContainer, this property returns the naming container at the top of the hierarchy, or nullptr if the current Control object is not in a naming container that implements IDataItemContainer.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: