Back to Devexpress

TreeListOptionsPrint.PrintTreeButtons Property

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

latest1.7 KB
Original Source

TreeListOptionsPrint.PrintTreeButtons Property

Gets or sets whether the node expand buttons are printed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool PrintTreeButtons { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property PrintTreeButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to print node expand buttons; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintTreeButtons
TreeList

.OptionsPrint .PrintTreeButtons

|

See Also

TreeListOptionsPrint Class

TreeListOptionsPrint Members

DevExpress.XtraTreeList Namespace