# Appearance | WPF Controls | DevExpress Documentation

[Pivot Grid](/WPF/7228/controls-and-libraries/pivot-grid) allows you to provide the desired data layout, appearance and visual presentation of its [elements](/WPF/7885/controls-and-libraries/pivot-grid/ui-elements) (e.g. cells, field headers, field values etc.). Styles enable you to group together property values, and apply them to pivot grid elements. To provide a completely different look and feel for elements, use templates. A complete set of templates allows you to replace the visual tree of almost any element displayed within a pivot grid.

![pivotgrid_CellTemplate](/WPF/images/pivotgrid_celltemplate11847.png)

Topics in this sections:

- [List of DevExpress WPF Themes](/WPF/7407/common-concepts/themes/theme-list)

      Lists DevExpress themes that can be applied to all DevExpress controls for WPF and some standard controls.
- [Pivot Grid Styles](/WPF/8401/controls-and-libraries/pivot-grid/appearance/pivot-grid-styles)

      Lists all styles provided by DXPivotGrid.
- [Pivot Grid Elements That Support Templates](/WPF/8400/controls-and-libraries/pivot-grid/appearance/pivot-grid-elements-that-support-templates)

      Lists all DXPivotGrid templates and template selectors.
- [Customize Pivot Grid Colors](/WPF/11213/controls-and-libraries/pivot-grid/appearance/customizing-pivot-grid-colors)

      Lists properties used to specify colors for cells and field values.

## Examples

- [How to: Customize Pivot Grid Colors](/WPF/11219/controls-and-libraries/pivot-grid/examples/appearance/how-to-customize-pivot-grid-colors)
- [How to: Customize the Cell Template](/WPF/8038/controls-and-libraries/pivot-grid/examples/appearance/how-to-customize-the-cell-template)
- [How to: Create the Field Value Template](/WPF/8143/controls-and-libraries/pivot-grid/examples/appearance/how-to-create-the-field-value-template)
- [How to: Apply Conditional Formatting to Data Cells](/WPF/8035/controls-and-libraries/pivot-grid/examples/appearance/how-to-apply-conditional-formatting-to-data-cells)
- [How to: Specify Custom Styles for Pivot Grid Elements](/WPF/11221/controls-and-libraries/pivot-grid/examples/appearance/how-to-specify-custom-styles-for-pivot-grid-elements)
- [How to: Override Theme Colors](/WPF/11220/controls-and-libraries/pivot-grid/examples/appearance/how-to-override-theme-colors)