Skip to main content
A newer version of this page is available. .

GroupInfo.FooterTemplate Property

Specifies the group footer template for GroupInfo.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public DataTemplate FooterTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object, specifying the group footer template.

See Also