Language

IDataBoundListControl.SelectedDataKey プロパティ

定義

データ バインド コントロール内の選択した行のデータ キー値を含むオブジェクトを取得します。

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

プロパティ値

データ バインド コントロール内の選択した行のデータ キー値を格納しているオブジェクト。

適用対象