Skip to content

DevExpress-Examples/winforms-pivotgrid-assign-in-place-editors-to-different-types-of-cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Assign In-Place Editors to Different Types of Cells

The following example shows how to handle the PivotGridControl.CustomCellEdit event to assign different in-place editors to different types of cells.

Pivot Grid

In the example, two in-place editors (repository items) are created to display values of the "Quantity %" field. The ProgressBar editor displays regular cell values as progress bars. The SpinEdit editor allows you to edit total values for the field.

Files to Review

Documentation

Assigning Editors for In-place Editing

More Examples

About

The following example shows how to handle the PivotGridControl.CustomCellEdit event to assign different in-place editors to different types of cells.

Topics

Resources

License

Stars

Watchers

Forks