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

GroupInfo(DataTemplate) Constructor

Initializes a new instance of the GroupInfo class with the specified header template.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public GroupInfo(
    DataTemplate headerTemplate
)

Parameters

Name Type Description
headerTemplate DataTemplate

A DataTemplate object, which specifies the template for a header. This value is assigned to the GroupInfo.HeaderTemplate property.

See Also