Back to Devexpress

TcxCustomGridView.OnMouseUp Event

vcl-cxgridcustomview-dot-tcxcustomgridview-b628fc0c.md

latest1.5 KB
Original Source

TcxCustomGridView.OnMouseUp Event

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

See Also

TcxCustomGridView.OnMouseDown

TcxCustomGridView.OnMouseDown

TdxAlertWindowManager.OnMouseDown

TdxRibbonGalleryGroupItem.OnMouseDown

Understanding HitTests

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit