GridView.CreateChildTable Método

Definição

Cria uma nova tabela criança.

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

Devoluções

Devolve sempre um novo Table que representa a tabela filha.

Observações

O CreateChildTable método é um método auxiliar usado pelo GridView controlo para criar uma tabela filha.

Aplica-se a

Ver também