Skip to main content

GroupInfo.FooterTemplate Property

Specifies the group footer template for the document.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public DataTemplate FooterTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object.

#Remarks

Use the FooterTemplate and GroupInfo.HeaderTemplate properties, to specify templates for the document group areas.

For more information, see Printing Links.

See Also