IDataBoundListControl.DataKeys プロパティ

定義

データ バインド コントロールの各行のデータ キー値を表す DataKey オブジェクトのコレクションを取得します。

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

プロパティ値

DataKeyArray

データ バインド コントロールの各行のデータ キー値を含むデータ キー オブジェクトのコレクション。

適用対象