TdxGanttControlSheetOptions.OnBeforeEdit Event
In This Article
Allows you to forbid cell edit operations.
#Declaration
Delphi
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