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 创建子表的帮助程序方法。

适用于

另请参阅