TreeListView.PrintExpandButtons Property
In This Article
Gets or sets whether expand buttons are printed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to print expand buttons; otherwise, false. The default is true. |
#Remarks
If the PrintExpandButtons property is set to true, but the expand buttons are actually hidden within a View (the TreeListView.ShowExpandButtons property is set to false), expand buttons are not printed.
To learn more, see Printing and Exporting.
See Also