FormView::IDataBoundItemControl::DataKey Property
.NET Framework (current version)
Gets the object that represents the data-key value of the row in the FormView control.
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^The object that represents the data-key value of the row in the FormView control.
Implements
IDataBoundItemControl::DataKeyThis member is an explicit interface member implementation. It can be used only when the FormView instance is cast to an IDataBoundControl interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: