Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridView.OnMouseDown Event

In This Article

Occurs when an end-user presses a mouse button and the mouse pointer is located over the current View.

#Declaration

Delphi
property OnMouseDown: TMouseEvent read; write;

#Remarks

Handle the OnMouseDown event to perform specific actions when an end-user presses a mouse button 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 OnMouseUp event to perform specific actions when an end-user releases the pressed mouse button.

See Also