TdxGanttControlSheetOptions.OnInitEdit Event
Allows you to implement a custom response to in-place editor activation.
Declaration
property OnInitEdit: TdxGanttControlSheetInitEditEvent read; write;
Remarks
This event occurs when a cell editor is about to be activated.
Refer to the TdxGanttControlSheetInitEditEvent procedural type description for details.
See Also