Back to Devexpress

GridOptionsPrint.PrintFixedColumnsOnEveryPage Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsprint-7455e7f4.md

latest2.6 KB
Original Source

GridOptionsPrint.PrintFixedColumnsOnEveryPage Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
public virtual bool PrintFixedColumnsOnEveryPage { get; set; }
vb
<DefaultValue(False)>
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
GridView

.OptionsPrint .PrintFixedColumnsOnEveryPage

|

Remarks

You can fix columns and bands to the left with the GridColumn.Fixed and GridBand.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

GridOptionsPrint Class

GridOptionsPrint Members

DevExpress.XtraGrid.Views.Grid Namespace