PrintingSettings.VerticalContentSplittingNewBehavior Property
In This Article
OBSOLETE
This member has become obsolete.
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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[Obsolete("This member has become obsolete.")]
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