Back to Devexpress

TreeListView.PrintNodeFooterStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-28809f3d.md

latest1.4 KB
Original Source

TreeListView.PrintNodeFooterStyle Property

Gets or sets the style applied to the node footers when the TreeList 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 Style PrintNodeFooterStyle { get; set; }
vb
Public Property PrintNodeFooterStyle As Style

Property Value

TypeDescription
Style

A Style object that is the style applied to the group footers when the grid is printed.

|

Remarks

Target Type : Control

To learn more, see Printing.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace