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

プロパティ値

DataKey

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

適用対象