Skip to main content

TreeListView.PrintAutoWidth Property

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

[XtraSerializableProperty]
public bool PrintAutoWidth { get; set; }

#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