TcxSchedulerGridConnection.OnGridViewDblClick Event
Allows you to perform any actions after a grid site has been double-clicked.
Declaration
property OnGridViewDblClick: TcxSchedulerConnectionGridViewDblClickEvent read; write;
Remarks
Sender specifies the grid site.
AHandled specifies whether the default behavior is required. Set AHandled to True, to prevent default code execution.
See Also