共用方式為


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物件,將一個專案加入集合中。

適用於

另請參閱