PrintAppearanceObject Class
In This Article
An appearance object used to print a pivot grid.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public class PrintAppearanceObject :
IPivotPrintAppearance,
ICloneable,
IPivotPrintAppearanceOptions
#Related API Members
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.
See Also