Skip to main content

TdxGanttControlChartViewSheetOptions.OnTaskEndDrag Event

Allows you to respond to row rearrangement in the Chart View‘s task sheet.

Declaration

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 OnTaskEndDrag event does not occur if any of the following conditions are met:

See Also