Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlChartView.OnTaskResize Event

In This Article

Allows you to accept or decline a task duration change with the mouse.

#Declaration

Delphi
property OnTaskResize: TdxGanttControlTaskResizeEvent read; write;

#Remarks

A task width corresponds to its duration, which depends on start and finish dates.

This event occurs every time a user drags the selected task far edge’s to modify its width.

The OnTaskResize event has no effect if the OnTaskStartResize event’s AAllow parameter is False.

Refer to the TdxGanttControlTaskResizeEvent type description for details.

Note

The event’s AAccept parameter set to False blocks the OnTaskEndResize event occurrence.

See Also