ListView.IDataBoundListControl.SelectedDataKey Property
.NET Framework (current version)
Gets the data-key object that contains the data-key value for the selected row in a data-bound control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Private ReadOnly Property SelectedDataKey As DataKey Implements IDataBoundListControl.SelectedDataKey
Property Value
Type: System.Web.UI.WebControls.DataKeyAn object that contains the data-key value for the selected row in a data-bound control.
Implements
IDataBoundListControl.SelectedDataKeyThis 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: