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

PrintAppearanceObject Class

An appearance object used to print a pivot grid.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class PrintAppearanceObject :
    IPivotPrintAppearance,
    ICloneable,
    IPivotPrintAppearanceOptions

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
See Also