Back to Devexpress

TreeListView.AllowPrintColumnHeaderImage Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-c6923cc4.md

latest2.0 KB
Original Source

TreeListView.AllowPrintColumnHeaderImage Property

Gets or sets whether to print column header images. 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

TypeDefaultDescription
Booleanfalse

true, to print column header images; otherwise, false.

|

Remarks

To print column header images, make sure that you specified the BaseColumn.Image property.

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

See Also

Header Image Customization

Column Header Customization

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace