Back to Devexpress

Pivot Grid Walkthroughs (.NET Framework)

windowsforms-404088-controls-and-libraries-pivot-grid-getting-started-pivot-grid-walkthroughs.md

latest1.7 KB
Original Source

Pivot Grid Walkthroughs (.NET Framework)

  • Sep 12, 2022

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.

Tutorial 1 - Add the Pivot Grid and Bind It to DataExplains 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 LayoutDescribes how to display data from the connected data source in the Pivot Grid and configure the layout.Tutorial 3 - Configure Displayed Data for AnalysisDescribes how to analyze data with basic features of the Pivot Grid.Tutorial 4 - Customize the Pivot Grid AppearanceExplains 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