About the Pivot Grid
The DevExpress Pivot Grid is the ultimate tool for organizing and analyzing your business data. Its main functionality is to summarize a large amount of information and display it in a cross-tabulated form. This functionality allows you to create financial and statistical reports.
The PivotGridControl allows you to easily reorganize the control layout using drag-and-drop. As a result, business data will be re-summarized according to the new layout of column and row fields.
The following code demonstrates how to add a pivot grid to your project, bind it to a data source, and create pivot grid fields that are mapped to appropriate fields from a database. In this demo, the Microsoft Access database is used as the data source.