Back to Devexpress

DataViewBase.PrintFooterTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-e760a84e.md

latest2.0 KB
Original Source

DataViewBase.PrintFooterTemplate Property

Gets or sets the template that defines the appearance of the printed Summary Panel. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataTemplate PrintFooterTemplate { get; set; }
vb
Public Property PrintFooterTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

The template used to print the Summary Panel.

|

Remarks

The binding source for the PrintFooterTemplate template is represented by the GridColumnData class.

View Example: Customize the Appearance of Printed/Exported Information

Refer to the following topics for more information on how to print data:

See Also

Printing and Exporting

Appearance Customization

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace