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 对象添加一个 元素。