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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C# 50.3%Language:Visual Basic .NET 49.7%