共用方式為


FormViewDesigner.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,包含 FormView 中各樣板化欄位的項目。

備註

屬性 TemplateGroups 會建構 物件的集合 TemplateGroup ,一個用於相關聯 FormView 控件中的每個控件範本。 控件範本是頁首、頁尾、呼叫器、專案、編輯專案、插入專案和空白數據。 控件範本 TemplateGroup 專案包含單 TemplateDefinition 一物件。

適用於

另請參閱