Skip to content

DevExpress-Examples/winforms-pivotgrid-assign-in-place-editors-to-different-types-of-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 - 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