TcxCustomGridView.OnDblClick Event
Occurs when an end-user double-clicks within the current View.
Declaration
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