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 abstract DataKeys : DataKeyArray with get private override DataKeys : DataKeyArray with get
Property Value
Type: System.Web.UI.WebControls.DataKeyArrayAn 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: