TcxCustomGridView.OnDblClick Event
In This Article
Occurs when an end-user double-clicks within the current View.
#Declaration
Delphi
property OnDblClick: TNotifyEvent read; write;
#Remarks
Handle the OnDblClick event to perform specific actions when an end-user double-clicks within the current View. See the example on how to invoke a dialog in response to a double-click.
See Also