GridView::IDataBoundListControl::DataKeys Property
.NET Framework (current version)
Gets a collection of objects that represent the DataKeys value in a data-bound control.
Assembly: System.Web (in System.Web.dll)
private: property DataKeyArray^ DataKeys { virtual DataKeyArray^ get() sealed = IDataBoundListControl::DataKeys::get; }
Property Value
Type: System.Web.UI.WebControls::DataKeyArray^An array that contains the data key of each row in a data-bound control.
Implements
IDataBoundListControl::DataKeysThis member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IDataBoundListControl interface.
ASP.NET Dynamic Data supports this property.
.NET Framework
Available since 4.0
Available since 4.0
Show: