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

PrintingSettings.VerticalContentSplittingNewBehavior Property

Enables you to make the Pivot Grid width equal to the page width when setting the XtraReport.VerticalContentSplitting property to VerticalContentSplitting.Smart.

Namespace: DevExpress.XtraPrinting.Native

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static bool VerticalContentSplittingNewBehavior { get; set; }

Property Value

Type Description
Boolean

true to make the Pivot Grid occupy the entire page width; otherwise false. The default is false.

See Also