FormViewDesigner.TemplateGroups 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得關聯控制項欄位的範本群組集合。
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 一物件。