Back to Devexpress

DataViewBase.PrintHeaderTemplate Property

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

latest2.0 KB
Original Source

DataViewBase.PrintHeaderTemplate Property

Gets or sets the template that defines the presentation of the printed column headers. 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 PrintHeaderTemplate { get; set; }
vb
Public Property PrintHeaderTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

The template used to print column headers.

|

Remarks

The binding source for the PrintHeaderTemplate 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