TdxGanttControlChartViewSheetOptions.OnTaskDragAndDrop Event
Allows you to accept or decline a row rearrangement in the Chart View‘s sheet.
Declaration
property OnTaskDragAndDrop: TdxGanttControlTaskDragAndDropEvent read; write;
Remarks
A sheet row corresponds to a task.
This event occurs every time a user rearranges a sheet row with the mouse. The OnTaskDragAndDrop event has no effect if you pass False as the OnTaskStartDrag event’s AAllow parameter.
Refer to the TdxGanttControlTaskDragAndDropEvent procedural type description for details.
Note
The event’s AAccept parameter set to False blocks the OnTaskEndDrag event occurrence.
See Also