Control.DataKeysContainer Property
.NET Framework (current version)
Gets a reference to the naming container if the naming container implements IDataKeysControl.
Assembly: System.Web (in System.Web.dll)
[BindableAttribute(false)] [BrowsableAttribute(false)] public Control DataKeysContainer { get; }
Property Value
Type: System.Web.UI.ControlThe naming container. In a hierarchy of naming containers that implement IDataKeysControl, the 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 IDataKeysControl.
.NET Framework
Available since 4.0
Available since 4.0
Show: