Skip to main content
A newer version of this page is available. .

TcxCustomGridView.OnMouseDown Event

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

Declaration

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