Skip to main content
A newer version of this page is available. .

GroupInfo(DataTemplate, DataTemplate) Constructor

Initializes a new instance of the GroupInfo class with the specified header and footer templates.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.2.dll

Declaration

public GroupInfo(
    DataTemplate headerTemplate,
    DataTemplate footerTemplate
)

Parameters

Name Type Description
headerTemplate DataTemplate

A DataTemplate object, specifying the header template.

footerTemplate DataTemplate

A DataTemplate object, specifying the footer template.

See Also