Control.DataItemContainer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the naming container if the naming container implements IDataItemContainer.
public:
property System::Web::UI::Control ^ DataItemContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control DataItemContainer { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.DataItemContainer : System.Web.UI.Control
Public ReadOnly Property DataItemContainer As Control
Property Value
The 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.
- Attributes
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.