TdxGanttControlSheetOptions.OnBeforeEdit Event
Allows you to forbid cell edit operations.
Declaration
property OnBeforeEdit: TdxGanttControlSheetEditingEvent read; write;
Remarks
This event occurs every time a user is about to invoke an in-place cell editor.
Refer to the TdxGanttControlSheetEditingEvent procedural type description for details.
See Also