Back to Devexpress

TreeListOptionsPrint.PrintFixedColumnsOnEveryPage Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsprint-1bb1ebd3.md

latest2.7 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintFixedColumnsOnEveryPage { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property PrintFixedColumnsOnEveryPage As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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:

Object TypePath to PrintFixedColumnsOnEveryPage
TreeList

.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

AutoWidth

Fixed

Fixed

TreeListOptionsPrint Class

TreeListOptionsPrint Members

DevExpress.XtraTreeList Namespace