DevExpress-Examples / winforms-pivot-customize-cell

The following example shows how to custom paint cells (normal, focused, selected and Grand Total cells) within the Pivot Grid Control’s Data Area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pivot Grid for WinForms - Customize Cells

The following example shows how to handle the PivotGridControl.CustomDrawCell event to paint Pivot Grid cells according to the cell's state (selected or unselected) and the cell's type (data cells or grand total cells).

The following image illustrates the resulting UI:

Pivot Grid

Files to Look At

Form1.cs / Form1.vb

Documentation

Custom Draw

More Examples

About

The following example shows how to custom paint cells (normal, focused, selected and Grand Total cells) within the Pivot Grid Control’s Data Area.

License:Other


Languages

Language:C# 50.7%Language:Visual Basic .NET 49.3%