ListView::IDataBoundListControl::DataKeys Property
.NET Framework (current version)
Gets a collection of data-key values that represent each row in a data-bound control.
Assembly: System.Web.Extensions (in System.Web.Extensions.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 values 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 ListView instance is cast to an IDataBoundListControl interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: