TreeListView.PrintNodeImages Property
In This Article
Gets or sets whether the node images are printed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#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