Skip to main content

GroupInfo Constructors

Provides options that specify the layout of group areas within a document.
Name Parameters Description
GroupInfo() none Initializes a new instance of the GroupInfo class with the default settings.
GroupInfo(DataTemplate) headerTemplate Initializes a new instance of the GroupInfo class with the specified group header template.
GroupInfo(DataTemplate, DataTemplate) headerTemplate, footerTemplate Initializes a new instance of the GroupInfo class with the specified group header and footer templates.
See Also