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

XRPivotGridOptionsPrint.PageSettings Property

Overrides the PivotGridOptionsPrint.PageSettings property, to hide it.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(false)]
public override PivotGridPageSettings PageSettings { get; }

Property Value

Type Description
PivotGridPageSettings

A PivotGridPageSettings object.

Property Paths

You can access this nested property as listed below:

Object Type Path to PageSettings
XRPivotGrid
.OptionsPrint .PageSettings

Remarks

This property is overridden to hide the corresponding property of the PivotGridOptionsPrint class, because the PageSettings property isn’t appropriate for the XRPivotGrid class.

See Also