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: property DataKey^ SelectedDataKey { virtual DataKey^ get() sealed = IDataBoundListControl::SelectedDataKey::get; }
Property Value
Type: System.Web.UI.WebControls::DataKey^An 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: