GroupInfo(DataTemplate) Constructor
Initializes a new instance of the GroupInfo class with the specified header template.
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, which specifies the template for a header. This value is assigned to the GroupInfo.HeaderTemplate property. |
See Also