Skip to content

DevExpress-Examples/winforms-pivot-customize-appearance-of-the-even-odd-groups-of-cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Customize Appearance of the Even/Odd Groups of Cells

This example shows how to to apply a custom appearance to a set of cells, corresponding to the same field values. Even and odd sets of cells are painted with different colors.

Pivot Grid

Example Overview

Use the PivotGridControl.GetFieldValue method to get field value by a column index. Then, compare field values, corresponding to a processed cell, with field values, corresponding to a previous cell. Handle the PivotGridControl.CustomAppearance event to paint an even cells group green-yelow.

Files to Review

More Examples

About

This example shows how to to apply a custom appearance to a set of cells, corresponding to the same field values.

Topics

Resources

License

Stars

Watchers

Forks