# PivotGridControl Elements Painted via Appearances | WinForms Controls | DevExpress Documentation

## Display Appearances

The [Pivot Grid](/WindowsForms/3409/controls-and-libraries/pivot-grid) holds a collection of appearances used to paint its elements (cells, field headers, buttons, etc.). The following image shows Pivot Grid Control elements that allow for the customizing of their visual representation.

![pivotgrid_ElementsSupportingAppearances](/WindowsForms/images/pivotgrid_elementssupportingappearances12932.png)

The appearances collection can be accessed via the [PivotGridControl.Appearance](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridControl.Appearance) property. To learn more, see [Appearances](/WindowsForms/1816/controls-and-libraries/pivot-grid/appearance/appearances).

## Print Appearances

To apply specific appearances to Pivot Grid Control visual elements when they are printed, use a collection of printing appearances accessed via the [PivotGridControl.AppearancePrint](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridControl.AppearancePrint) property. By default, these appearances are ignored when printing the PivotGridControl. To apply them, set the [PivotGridOptionsPrint.UsePrintAppearance](/CoreLibraries/DevExpress.XtraPivotGrid.PivotGridOptionsPrint.UsePrintAppearance) property to **true**.

The following image shows PivotGrid’s elements that allow for the customizing of their visual representation when the Pivot Grid Control is printed.

![pivotgrid_ElementsSupportingPrintAppearances](/WindowsForms/images/pivotgrid_elementssupportingprintappearances12933.png)

## Appearances Table

The following table lists all PivotGrid elements that support customizing their appearances:

| UI Element | Has a Print Appearance | Property |
| --- | --- | --- |
| [Column Header Area](/WindowsForms/1686/controls-and-libraries/pivot-grid/ui-elements/column-header-area) |  | [PivotGridAppearances.ColumnHeaderArea](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.ColumnHeaderArea) |
| [Custom Total Cell](/WindowsForms/1691/controls-and-libraries/pivot-grid/ui-elements/totals) | ![tick_gray](/WindowsForms/images/tick_gray12906.png) | [PivotGridAppearancesBase.CustomTotalCell](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.CustomTotalCell) |
| [Data Cell](/WindowsForms/1681/controls-and-libraries/pivot-grid/ui-elements/cell) | ![tick_gray](/WindowsForms/images/tick_gray12906.png) | [PivotGridAppearancesBase.Cell](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.Cell)<br><br><br>[PivotGridAppearances.SelectedCell](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.SelectedCell)<br><br><br>[PivotGridAppearances.FocusedCell](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.FocusedCell) |
| [Data Header Area](/WindowsForms/1688/controls-and-libraries/pivot-grid/ui-elements/data-header-area) |  | [PivotGridAppearances.DataHeaderArea](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.DataHeaderArea) |
| [Empty Area](/WindowsForms/1678/controls-and-libraries/pivot-grid/ui-elements/empty-area) |  | [PivotGridAppearances.Empty](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.Empty) |
| [Expand Button](/WindowsForms/1679/controls-and-libraries/pivot-grid/ui-elements/expand-button) |  | [PivotGridAppearances.ExpandButton](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.ExpandButton) |
| [Field Header](/WindowsForms/1680/controls-and-libraries/pivot-grid/ui-elements/field-header) | ![tick_gray](/WindowsForms/images/tick_gray12906.png) | [PivotGridAppearancesBase.FieldHeader](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FieldHeader) |
| [Field Value](/WindowsForms/1694/controls-and-libraries/pivot-grid/ui-elements/field-value) | ![tick_gray](/WindowsForms/images/tick_gray12906.png) | [PivotGridAppearancesBase.FieldValue](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FieldValue) |
| [Filter Button](/WindowsForms/1683/controls-and-libraries/pivot-grid/ui-elements/filter-button-and-popup) |  | [PivotGridAppearances.HeaderFilterButton](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.HeaderFilterButton)<br><br><br>[PivotGridAppearances.HeaderFilterButtonActive](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.HeaderFilterButtonActive) |
| [Filter Header Area](/WindowsForms/1684/controls-and-libraries/pivot-grid/ui-elements/filter-header-area) |  | [PivotGridAppearances.FilterHeaderArea](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.FilterHeaderArea) |
| [Filter Header Area Separator](/WindowsForms/1728/controls-and-libraries/pivot-grid/ui-elements/filter-header-area-separator) |  | [PivotGridAppearancesBase.FilterSeparator](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FilterSeparator) |
| [Grand Total Cell](/WindowsForms/1681/controls-and-libraries/pivot-grid/ui-elements/cell) | ![tick_gray](/WindowsForms/images/tick_gray12906.png) | [PivotGridAppearancesBase.GrandTotalCell](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.GrandTotalCell) |
| [Grand Total Header](/WindowsForms/1692/controls-and-libraries/pivot-grid/ui-elements/grand-totals) | ![tick_gray](/WindowsForms/images/tick_gray12906.png) | [PivotGridAppearancesBase.FieldValueGrandTotal](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FieldValueGrandTotal) |
| [Grouped Fields Connector](/WindowsForms/1958/controls-and-libraries/pivot-grid/layout/field-groups) |  | [PivotGridAppearancesBase.HeaderGroupLine](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.HeaderGroupLine) |
| [Header Area](/WindowsForms/1682/controls-and-libraries/pivot-grid/ui-elements/header-area) |  | [PivotGridAppearances.HeaderArea](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.HeaderArea) |
| [Filter Panel](/WindowsForms/9308/controls-and-libraries/pivot-grid/ui-elements/filter-panel) |  | [PivotGridAppearances.FilterPanel](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.FilterPanel) |
| [Row Header Area](/WindowsForms/1685/controls-and-libraries/pivot-grid/ui-elements/row-header-area) |  | [PivotGridAppearances.RowHeaderArea](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.RowHeaderArea) |
| Sort by Summary Glyph |  | [PivotGridAppearances.SortByColumnIndicatorImage](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearances.SortByColumnIndicatorImage) |
| [Total Cell](/WindowsForms/1681/controls-and-libraries/pivot-grid/ui-elements/cell) | ![tick_gray](/WindowsForms/images/tick_gray12906.png) | [PivotGridAppearancesBase.TotalCell](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.TotalCell) |
| [Total Header](/WindowsForms/1691/controls-and-libraries/pivot-grid/ui-elements/totals) | ![tick_gray](/WindowsForms/images/tick_gray12906.png) | [PivotGridAppearancesBase.FieldValueTotal](/WindowsForms/DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FieldValueTotal) |