Skip to content

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

21.2.3+
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
CS
 
 
VB
 
 
 
 
 
 
 
 
 
 
 
 

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