Skip to main content

GroupInfo.FooterTemplate Property

Specifies the group footer template for GroupInfo.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public DataTemplate FooterTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object, specifying the group footer template.

See Also