Back to Devexpress

TreeListView.PrintNodeFooterTemplate Property

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

latest1.5 KB
Original Source

TreeListView.PrintNodeFooterTemplate Property

Gets or sets the template that defines the presentation of node footers when the TreeListControl is 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 DataTemplate PrintNodeFooterTemplate { get; set; }
vb
Public Property PrintNodeFooterTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that defines the presentation of node footers when the TreeListControl is printed.

|

See Also

Printing and Exporting

Appearance Customization

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace