共用方式為


GridViewDesigner.TemplateGroups 屬性

定義

針對關聯控制項的欄位,取得或設定範本群組的集合。

public:
 virtual property System::Web::UI::Design::TemplateGroupCollection ^ TemplateGroups { System::Web::UI::Design::TemplateGroupCollection ^ get(); };
public override System.Web.UI.Design.TemplateGroupCollection TemplateGroups { get; }
member this.TemplateGroups : System.Web.UI.Design.TemplateGroupCollection
Public Overrides ReadOnly Property TemplateGroups As TemplateGroupCollection

屬性值

TemplateGroupCollection,包含 GridView 中各樣板化欄位的項目。

備註

屬性 TemplateGroups 會建構 物件的集合 TemplateGroup ,每個樣板化資料欄位各一個,每個控制項範本各有一個, (呼叫器和相關聯 GridView 控制項中的空白資料) 。 資料欄位 TemplateGroup 元素具有 TemplateDefinition 每個預先定義之資料列範本類型的 物件。 控制項範本 TemplateGroup 專案包含單 TemplateDefinition 一 。

適用於

另請參閱