GridView.CreateChildTable Metodo

Definizione

Crea una nuova tabella figlio.

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

Restituisce

Table

Restituisce sempre un nuovo oggetto Table che rappresenta la tabella figlio.

Commenti

Il CreateChildTable metodo è un metodo helper utilizzato dal GridView controllo per creare una tabella figlio.

Si applica a

Vedi anche