DataPagerDesigner.TemplateGroups Property

Definition

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.

Applies to

See also