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 值。

注解

该方法 CreateChildTable 是控件用于 GridView 创建子表的帮助程序方法。

适用于

另请参阅