TdxGanttControlChartViewSheetOptions.OnTaskEndDrag Event
In This Article
Allows you to respond to row rearrangement in the Chart View‘s task sheet.
#Declaration
Delphi
property OnTaskEndDrag: TdxGanttControlTaskEndDragEvent read; write;
#Remarks
A sheet row corresponds to a task. This event occurs when a user drops the dragged sheet row.
Refer to the TdxGanttControlTaskEndDragEvent procedural type description for details.
Note
The On
- The On
Task event’s AAllow parameter is False.Start Drag - The On
Task event’s AAccept parameter is False.Drag And Drop
See Also