DataPagerDesigner.TemplateGroups 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得相關聯之 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物件,將一個專案加入集合中。