IDataBoundListControl.SelectedDataKey Property

Definition

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

public:
 property System::Web::UI::WebControls::DataKey ^ SelectedDataKey { System::Web::UI::WebControls::DataKey ^ get(); };
public System.Web.UI.WebControls.DataKey SelectedDataKey { get; }
member this.SelectedDataKey : System.Web.UI.WebControls.DataKey
Public ReadOnly Property SelectedDataKey As DataKey

Property Value

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

Applies to