Back to Devexpress

TableView.AllowPrintColumnHeaderImage Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-f5948e2e.md

latest1.4 KB
Original Source

TableView.AllowPrintColumnHeaderImage Property

Gets or sets whether view’s column header images can be printed. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowPrintColumnHeaderImage { get; set; }
vb
Public Property AllowPrintColumnHeaderImage As Boolean

Property Value

TypeDescription
Boolean

true to allow printing column header images in the current view; otherwise, false.

|

See Also

Header Image Customization

Column Header Customization

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace