Skip to main content

TemplatedLink.PageHeaderTemplate Property

Specifies the page header template for the document.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public DataTemplate PageHeaderTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object.

#Remarks

Use the TemplatedLink.PageFooterTemplate and PageHeaderTemplate properties, to specify templates for the document page footer and header areas.

For more information, see Printing Links.

See Also