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

XRPivotGridAppearances Class

Provides the appearance settings used to print a pivot grid.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public class XRPivotGridAppearances :
    PrintAppearance,
    IXtraSerializable2

The following members return XRPivotGridAppearances objects:

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.

Implements

DevExpress.Utils.Serializing.Helpers.IXtraSerializable2

Inheritance

Object
PrintAppearance
XRPivotGridAppearances
See Also