TdxGanttControlSheetOptions.OnInitEdit Event
In This Article
Allows you to implement a custom response to in-place editor activation.
#Declaration
Delphi
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