# Appearances | WinForms Controls | DevExpress Documentation

[Pivot Grid](/WindowsForms/3409/controls-and-libraries/pivot-grid) provides design-time and runtime capabilities for modifying appearances of its elements. Modifying appearances means modifying attributes such as background and foreground colors, font settings, alignment etc. Appearances provide a direct and simple way of customizing controls.

![cdAppearanceOverview](/WindowsForms/images/cdappearanceoverview4675.png)

## Appearance Customization

[Pivot Grid](/WindowsForms/3409/controls-and-libraries/pivot-grid) holds a collection of appearances used to paint its elements (cells, field headers, buttons, etc.). This collection can be accessed via the [PivotGridControl.Appearance](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridControl.Appearance) property. For a list of visual elements that support customizing their visual representation via appearances, see [PivotGridControl Elements Painted via Appearances](/WindowsForms/9264/controls-and-libraries/pivot-grid/appearance/pivotgridcontrol-elements-painted-via-appearances).

Appearances are represented by [AppearanceObject](/WindowsForms/DevExpress.Utils.AppearanceObject) objects. Their properties specify background and foreground colors, gradient background, font, pen, brush and other style characteristics used to paint particular elements. For a list of settings provided by appearance objects, see the [Appearances Overview](/WindowsForms/2401/common-features/application-appearance-and-skin-colors/appearances) document.

The image below shows how appearances used to paint Pivot Grid Control’s elements can be accessed using the **Properties** window.

![AppearanceCustomization](/WindowsForms/images/appearancecustomization4731.png)

These appearances can also be accessed, customized and previewed at design time using the [Appearances Page](/WindowsForms/1829/controls-and-libraries/pivot-grid/design-time-features/pivotgrid-designer/appearances-page) of the [PivotGrid Designer](/WindowsForms/1825/controls-and-libraries/pivot-grid/design-time-features/pivotgrid-designer).

Note

Note that some settings exposed by the [AppearanceObject](/WindowsForms/DevExpress.Utils.AppearanceObject) are not in effect for [field headers](/WindowsForms/1680/controls-and-libraries/pivot-grid/ui-elements/field-header) (e.g., [AppearanceObject.BackColor](/WindowsForms/DevExpress.Utils.AppearanceObject.BackColor)).

## Customizing Appearances of Individual Fields

Individual fields have their own appearances that can be used to paint the field’s header and values. These appearances override those provided by PivotGrid and can be accessed via the [PivotGridField.Appearance](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridField.Appearance) property. If a field’s appearance settings are not specified or not used, it is painted using appearance settings provided by PivotGrid.

![FieldAppearanceCustomization](/WindowsForms/images/fieldappearancecustomization4733.png)

Note

When PivotGrid is painted using **Windows XP**, **Office2003** or **Skin** style, appearance settings used to paint field headers’ background are **not in effect**.

See Also

[Appearances](/WindowsForms/2401/common-features/application-appearance-and-skin-colors/appearances)

[PivotGridControl Elements Painted via Appearances](/WindowsForms/9264/controls-and-libraries/pivot-grid/appearance/pivotgridcontrol-elements-painted-via-appearances)

[Appearances Page](/WindowsForms/1829/controls-and-libraries/pivot-grid/design-time-features/pivotgrid-designer/appearances-page)

[Print Appearances Page](/WindowsForms/1831/controls-and-libraries/pivot-grid/design-time-features/pivotgrid-designer/print-appearances-page)