Skip to content

How to determine whether the mouse is hovered on Field Value and redraw the corresponding element in the Pivot Grid for WinForms

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-pivot-grid-draw-a-custom-element-on-mouse-hover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Draw a Custom Element When a User Hovers Over a Field Value with a Mouse

This example shows how to determine whether the mouse is hovered on Field Value and redraw the corresponding element. The PivotGridControl.CustomDrawFieldValue event occurs before painting the field value, total header, grand total header, or data field header. The PivotGridControl.CalcHitInfo method call handles the MouseMove event to determine whether the Field Value is hovered.

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

How to determine whether the mouse is hovered on Field Value and redraw the corresponding element in the Pivot Grid for WinForms

Topics

Resources

License

Stars

Watchers

Forks