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

GridOptionsPrint.SplitDataCellAcrossPages Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to SplitDataCellAcrossPages
AdvBandedGridView
.OptionsPrint .SplitDataCellAcrossPages
BandedGridView
.OptionsPrint .SplitDataCellAcrossPages
GridView
.OptionsPrint .SplitDataCellAcrossPages
See Also