Skip to content

DevExpress-Examples/winforms-pivot-split-field-value-cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Split Field Value Cells

The following example demonstrates how to split field value cells. In this example, the Grand Total column header is split into two cells: Price and Count.

Pivot Grid

Handle the CustomFieldValueCells event and call the event parameter's Split method. Cells that should be split are identified by a predicate that returns true for those cells. The quantity, size, and captions of newly created cells are specified by an array of cell definitions (the FieldValueSplitData objects).

Files to Review

Documentation

Field Value

More Examples

Pivot Grid for WinForms - Hide Row Totals