Back to Devexpress

TreeListOptionsPrint.PrintAllNodes Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsprint-bb97505f.md

latest1.7 KB
Original Source

TreeListOptionsPrint.PrintAllNodes Property

Gets or sets whether the Tree List is printed with all its nodes expanded.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintAllNodes { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property PrintAllNodes As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to expand all the collapsed nodes when the Tree List is printed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintAllNodes
TreeList

.OptionsPrint .PrintAllNodes

|

See Also

TreeListOptionsPrint Class

TreeListOptionsPrint Members

DevExpress.XtraTreeList Namespace