GridView.CreateChildTable Metoda

Definicja

Tworzy nową tabelę podrzędną.

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

Zwraca

Table

Zawsze zwraca nowy Table , który reprezentuje tabelę podrzędną.

Uwagi

Metoda CreateChildTable jest metodą pomocnika używaną przez GridView kontrolkę do tworzenia tabeli podrzędnej.

Dotyczy

Zobacz też