DataPagerDesigner.TemplateGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of template groups for the templated pager fields of the associated DataPager control.
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
Property Value
A collection of template groups for the templated pager fields of the associated DataPager control.
Remarks
The TemplateGroups property creates a collection of TemplateGroup objects that represent the template elements in a DataPager control at design time. It adds one element to the collection for each TemplatePagerField object in the Fields collection of the associated DataPager control.