Skip to main content
A newer version of this page is available. .

TreeListView.PrintNodeImages Property

Gets or sets whether the node images are printed.

Namespace: DevExpress.Xpf.Grid

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

Declaration

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.

See Also