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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
headerTemplate | DataTemplate | A DataTemplate object, specifying the header template. |
footerTemplate | DataTemplate | A DataTemplate object, specifying the footer template. |
See Also