Control.DataItemContainer Property
.NET Framework (current version)
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 Control DataItemContainer { 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 null if the current Control object is not in a naming container that implements IDataItemContainer.
.NET Framework
Available since 4.0
Available since 4.0
Show: