Skip to main content

TreeListView.PrintNodeImages Property

Gets or sets whether the node images are printed.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public bool PrintNodeImages { get; set; }

#Property Value

Type Description
Boolean

true to print the node images; otherwise, false. The default is false.

#Remarks

If the PrintNodeImages property is set to true, but the node images aren't actually displayed within a View (the TreeListView.ShowNodeImages property is set to false), the node images aren't printed.

To learn more, see Printing and Exporting.

See Also