# Pivot Grid Walkthroughs (.NET Framework) | WinForms Controls | DevExpress Documentation

Tutorials in this section explain how to get started with the Pivot Grid. The image below illustrates the UI you’ll build after you complete the tutorial set. 

![Resulting Pivot Grid](/WindowsForms/images/win-pivot-resulting-pivot-grid-tutorial-4.png)

- [Tutorial 1 - Add the Pivot Grid and Bind It to Data](/WindowsForms/12005/controls-and-libraries/pivot-grid/getting-started/pivot-grid-walkthroughs/tutorial-1-bind-a-pivot-grid-to-an-mdb-database)

    - Explains how to add the Pivot Grid to a WinForms application and connect the control to the Northwind SQLite Database.

- [Tutorial 2 - Populate the Pivot Grid with Data and Configure Field Layout](/WindowsForms/404089/controls-and-libraries/pivot-grid/getting-started/pivot-grid-walkthroughs/tutorial-2-populate-pivot-grid-fields-with-data-and-configure-layout)

    - Describes how to display data from the connected data source in the Pivot Grid and configure the layout.

- [Tutorial 3 - Configure Displayed Data for Analysis](/WindowsForms/404091/controls-and-libraries/pivot-grid/getting-started/pivot-grid-walkthroughs/tutorial-3-configure-displayed-data-for-analysis)

    - Describes how to analyze data with basic features of the Pivot Grid.

- [Tutorial 4 - Customize the Pivot Grid Appearance](/WindowsForms/404093/controls-and-libraries/pivot-grid/getting-started/pivot-grid-walkthroughs/tutorial-4-appearance-customization)

    - Explains how to highlight key metrics, such as the products with the highest year-over-year sales growth, and how to customize the control’s appearance.

## Example

The following example contains the source code of the project used in the tutorials:

[View Example](https://github.com/DevExpress-Examples/winforms-pivot-grid-walkthrough-tutorial)