Gets a reference to the naming container if the naming container implements IDataKeysControl.
Assembly: System.Web (in System.Web.dll)
Syntax . . :: . Control
The naming container. In a hierarchy of naming containers that implement IDataKeysControl, the property returns the naming container at the top of the hierarchy, ornull Nothing nullptr a null reference (Nothing in Visual Basic) if the current Control object is not in a naming container that implements IDataKeysControl.
<BindableAttribute(False)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property DataKeysContainer As Control
Get[BindableAttribute(false)]
[BrowsableAttribute(false)]
public Control DataKeysContainer { get; }[BindableAttribute(false)]
[BrowsableAttribute(false)]
public:
property Control^ DataKeysContainer {
Control^ get ();
}[<BindableAttribute(false)>]
[<BrowsableAttribute(false)>]
member DataKeysContainer : Control
Property Value
Type: System.Web.UIThe naming container. In a hierarchy of naming containers that implement IDataKeysControl, the property returns the naming container at the top of the hierarchy, or
Platforms
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.