Skip to main content
A newer version of this page is available. .

TreeListOptionsPrint.PrintFixedColumnsOnEveryPage Property

Gets or sets whether left-fixed columns and bands are repeated on every print/export page.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintFixedColumnsOnEveryPage { get; set; }

Property Value

Type Default Description
Boolean **false**

A Boolean value that specifies whether left-fixed columns and bands are repeated on every print/export page

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PrintFixedColumnsOnEveryPage
WinForms Controls ResourcesTree
.OptionsPrint.PrintFixedColumnsOnEveryPage
TreeList
.OptionsPrint.PrintFixedColumnsOnEveryPage
Reporting XRDesignFieldList
.OptionsPrint.PrintFixedColumnsOnEveryPage
XRDesignReportExplorer
.OptionsPrint.PrintFixedColumnsOnEveryPage

Remarks

You can fix columns and bands to the left with the TreeListColumn.Fixed and TreeListBand.Fixed properties. To repeat the left-fixed columns/bands on each page in the print output, enable the PrintFixedColumnsOnEveryPage option. This option is also in effect when the control is exported to DOCX, RTF and PDF formats.

See Also