Skip to main content

GroupInfo(DataTemplate) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

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