Back to Devexpress

TreeListView.PrintAllNodes Property

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

latest1.5 KB
Original Source

TreeListView.PrintAllNodes Property

Gets or sets whether to expand all nodes in the printed document.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to expand all nodes in the printed document; otherwise, false.

|

Remarks

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

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace