Back to Devexpress

TreeListOptionsPrint.PrintImages Property

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

latest1.6 KB
Original Source

TreeListOptionsPrint.PrintImages Property

Gets or sets whether the state and select images 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 PrintImages { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property PrintImages As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to print node images; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintImages
TreeList

.OptionsPrint .PrintImages

|

See Also

TreeListOptionsPrint Class

TreeListOptionsPrint Members

DevExpress.XtraTreeList Namespace