OnCellDblClick
An event being triggered after an user double-click on a cell. It provides column (ACol), row (ARow) index and mouse button (Button) pressed while clicking.
pas
property OnCellDblClick: TNxCellNotifyEvent read FOnCellDblClick write FOnCellDblClick;