Back to Devexpress

PrintAppearanceObject Class

corelibraries-devexpress-dot-pivotgrid-dot-printing-68c3f3c7.md

latest2.7 KB
Original Source

PrintAppearanceObject Class

An appearance object 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 PrintAppearanceObject :
    IPivotPrintAppearance,
    ICloneable,
    IPivotPrintAppearanceOptions
vb
Public Class PrintAppearanceObject
    Implements IPivotPrintAppearance,
               ICloneable,
               IPivotPrintAppearanceOptions

The following members return PrintAppearanceObject objects:

Remarks

The PrintAppearanceObject class provides properties, events and methods used to customize the look and feel of an object’s contents.

For more information, see Appearances.

Inheritance

Object PrintAppearanceObject XRAppearanceObject

See Also

PrintAppearanceObject Members

Appearances

DevExpress.PivotGrid.Printing Namespace