xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-b05d8ca6.md
Provides the appearance settings used to print a pivot grid.
Namespace : DevExpress.XtraReports.UI.PivotGrid
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public class XRPivotGridAppearances :
PrintAppearance,
IXtraSerializable2
Public Class XRPivotGridAppearances
Inherits PrintAppearance
Implements IXtraSerializable2
The following members return XRPivotGridAppearances objects:
The XRPivotGridAppearances class introduces properties that specify how the pivot grid’s elements (such as its field headers or cells) are painted. Each property returns an XRAppearanceObject object, whose attributes specify the corresponding element’s background and foreground colors, font settings, gradient mode, etc.
To access the pivot grid’s appearance settings, use the XRPivotGrid.Appearance property.
Object PrintAppearance XRPivotGridAppearances
See Also