Share via


GridView.CreateChildTable メソッド

定義

新しい子テーブルを作成します。

protected:
 virtual System::Web::UI::WebControls::Table ^ CreateChildTable();
protected virtual System.Web.UI.WebControls.Table CreateChildTable ();
abstract member CreateChildTable : unit -> System.Web.UI.WebControls.Table
override this.CreateChildTable : unit -> System.Web.UI.WebControls.Table
Protected Overridable Function CreateChildTable () As Table

戻り値

Table

常に、子テーブルを表す新しい Table を返します。

注釈

この CreateChildTable メソッドは、子テーブルを GridView 作成するためにコントロールによって使用されるヘルパー メソッドです。

適用対象

こちらもご覧ください