TcxCustomGridTableView.OnEditDblClick Event
Enables you to perform specific actions when an end-user double-clicks within an active cell editor.
Declaration
property OnEditDblClick: TcxGridEditDblClickEvent read; write;
Remarks
Sender specifies the View.
AItem specifies the grid item whose value is being edited.
AEdit specifies the cell editor.
See Also