Skip to main content
A newer version of this page is available. .

TreeListView.PrintNodeFooters Property

Gets or sets whether the node footers are printed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool PrintNodeFooters { get; set; }

Property Value

Type Description
Boolean

true, to print the node footers; otherwise, false. The default is false.

Remarks

If the PrintNodeFooters property is set to true, but the node footers aren’t actually displayed within a View (the TreeListView.ShowNodeFooters property is set to false), the node footers are not printed.

To learn more, see Printing.

See Also