TcxCustomGridView.OnMouseUp Event
In This Article
Occurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View.
#Declaration
Delphi
property OnMouseUp: TMouseEvent read; write;
#Remarks
Handle the OnMouseUp event to perform specific actions (for instance, showing popup menus) when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View.
Refer to the Understanding HitTests topic for general tips on implementing responses to mouse clicks when the mouse pointer is located over a particular grid View element.
Note
You can also handle the View’s On
See Also