TreeListView.PrintAllNodes Property
In This Article
Gets or sets whether the grid is printed with all nodes expanded.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to print the grid with all nodes expanded; otherwise, false. The default is true. |
#Remarks
To learn more, see Printing and Exporting.
See Also