IDataBoundListControl::SelectedDataKey Property

.NET Framework (current version)
 

Gets the object that contains the data-key value for the selected row in a data-bound control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

property DataKey^ SelectedDataKey {
	DataKey^ get();
}

Property Value

Type: System.Web.UI.WebControls::DataKey^

The object that contains the data-key value for the selected row in a data-bound control.

.NET Framework
Available since 4.0
Return to top
Show: