Skip to content

DevExpress-Examples/winforms-pivot-grid-apply-format-rules-to-data-cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Apply Format Rules to the Data Cells

The following example shows how to apply a data bar format condition (the FormatConditionRuleDataBar class) to the Pivot Grid data cells. The Pivot Grid paints cells placed at the intersection of the Year column and the Sales Person row with the yellow gradient. A longer bar corresponds to a higher value, and a shorter bar corresponds to a lower value.

Pivot Grid

Files to Review

Form1.cs (VB: Form1.vb)

Documentation

Conditional Formatting

More Examples

How to Display KPI Graphics in the Pivot Grid bound to an MS SQL Data Source

About

The following example shows how to apply a data bar format condition (the FormatConditionRuleDataBar class) to the Pivot Grid data cells.

Topics

Resources

License

Stars

Watchers

Forks