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.OnMouseLeave Event

In This Article

Occurs when the mouse pointer leaves the current View.

#Declaration

Delphi
property OnMouseLeave: TNotifyEvent read; write;

#Remarks

Handle the OnMouseLeave event to perform specific actions when an end-user moves the mouse pointer off the current View. For example, you can use this event to undo any changes that were made in the OnMouseEnter event handler.

See Also