Skip to main content

XRPivotGridOptionsPrint.UsePrintAppearance Property

For internal use. Overrides the PivotGridOptionsPrint.UsePrintAppearance property, to hide it.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public override bool UsePrintAppearance { get; set; }

Property Value

Type Description
Boolean

Always true.

Property Paths

You can access this nested property as listed below:

Object Type Path to UsePrintAppearance
XRPivotGrid
.OptionsPrint .UsePrintAppearance

Remarks

This property is overridden to hide the PivotGridOptionsPrint.UsePrintAppearance property of the PivotGridOptionsPrint class, because the UsePrintAppearance property is not appropriate for the XRPivotGridOptionsPrint class.

See Also