Skip to main content

XRPivotGridAppearances Class

Provides the appearance settings used to print a pivot grid.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRPivotGridAppearances :
    PrintAppearance,
    IXtraSerializable2

Remarks

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.

Inheritance

Object
PrintAppearance
XRPivotGridAppearances
See Also