Back to Devexpress

GridOptionsPrint.SplitCellPreviewAcrossPages Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsprint-52eb89c7.md

latest2.2 KB
Original Source

GridOptionsPrint.SplitCellPreviewAcrossPages Property

Gets or sets whether preview sections are allowed to be split across pages when printing/exporting.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if preview sections are allowed to be split across pages when printing/exporting; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SplitCellPreviewAcrossPages
GridView

.OptionsPrint .SplitCellPreviewAcrossPages

|

See Also

SplitDataCellAcrossPages

GridOptionsPrint Class

GridOptionsPrint Members

DevExpress.XtraGrid.Views.Grid Namespace