GridView.CreateChildTable Método

Definição

Cria uma nova tabela filho.

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

Retornos

Table

Sempre retorna um novo Table que representa a tabela filho.

Comentários

O CreateChildTable método é um método auxiliar usado pelo GridView controle para criar uma tabela filho.

Aplica-se a

Confira também