DetailsView::IDataBoundItemControl::DataKey Property
.NET Framework (current version)
For a description of this property, see IDataBoundItemControl::DataKey.
Assembly: System.Web (in System.Web.dll)
private: property DataKey^ DataKey { virtual DataKey^ get() sealed = IDataBoundItemControl::DataKey::get; }
Property Value
Type: System.Web.UI.WebControls::DataKey^An object that represents the data-key value of the row in the DetailsView control.
Implements
IDataBoundItemControl::DataKeyThis member is an explicit interface member implementation. It can be used only when the DetailsView instance is cast to an IDataBoundControl interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: