GridViewDesigner.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,其中为 GridView 中的每个模板化字段包含一个元素。
注解
属性 TemplateGroups 构造 对象的集合 TemplateGroup ,每个模板化数据字段各一个,每个控件模板 (页和关联 GridView 控件中的空数据) 。 数据字段 TemplateGroup 元素 TemplateDefinition 具有每个预定义行模板类型的 对象。 控件模板 TemplateGroup 元素包含单个 TemplateDefinition。