TreeListView.PrintAutoWidth Property
In This Article
Gets or sets whether printed columns' widths are automatically changed, so that the grid fits the width of the report page.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to automatically change the grid's width so that it fits the width of the report page; otherwise, false. The default is true. |
#Implements
DevExpress.Xpf.Grid.ITableView.PrintAutoWidth
See Also