DataPagerDesigner.TemplateGroups 屬性

定義

取得相關聯之 DataPager 控制項樣板化頁面巡覽區欄位的樣板群組集合。

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

屬性值

相關聯之 DataPager 控制項樣板化頁面巡覽區欄位的樣板群組集合。

備註

屬性 TemplateGroups 會建立 物件的集合 TemplateGroup ,這些物件代表在設計階段控制項中的 DataPager 樣板專案。 它會針對 TemplatePagerField 相關聯 DataPager 控制項集合中的每個 Fields 物件,將一個專案加入集合中。

適用於

另請參閱