Skip to main content

GroupInfo(DataTemplate, DataTemplate) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public GroupInfo(
    DataTemplate headerTemplate,
    DataTemplate footerTemplate
)

#Parameters

Name Type Description
headerTemplate DataTemplate

A DataTemplate object, which is a template for the group header area.

footerTemplate DataTemplate

A DataTemplate object, which is a template for the group footer area.

See Also