Skip to main content

GroupInfo(DataTemplate) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public GroupInfo(
    DataTemplate headerTemplate
)

#Parameters

Name Type Description
headerTemplate DataTemplate

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

See Also