Back to Devexpress

PrintAppearance Class

corelibraries-devexpress-dot-pivotgrid-dot-printing-dac9a4fb.md

latest1.7 KB
Original Source

PrintAppearance Class

Provides the appearance settings used to print a pivot grid.

Namespace : DevExpress.PivotGrid.Printing

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public class PrintAppearance :
    IPivotPrintAppearanceContainer
vb
Public Class PrintAppearance
    Implements IPivotPrintAppearanceContainer

Remarks

The PrintAppearance class introduces properties that specify how the pivot grid’s elements (such as its field headers or cells) are painted. Each property returns a PrintAppearanceObject value, whose attributes specify the corresponding element’s background and foreground colors, font settings, gradient mode, etc.

To access the appearance settings of a pivot grid, use the XRPivotGrid.Appearance property.

Inheritance

Object PrintAppearance XRPivotGridAppearances

See Also

PrintAppearance Members

DevExpress.PivotGrid.Printing Namespace