Back to Devexpress

XRPivotGridAppearances Class

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-b05d8ca6.md

latest1.9 KB
Original Source

XRPivotGridAppearances Class

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

Declaration

csharp
public class XRPivotGridAppearances :
    PrintAppearance,
    IXtraSerializable2
vb
Public Class XRPivotGridAppearances
    Inherits PrintAppearance
    Implements 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.

Inheritance

Object PrintAppearance XRPivotGridAppearances

See Also

XRPivotGridAppearances Members

DevExpress.XtraReports.UI.PivotGrid Namespace