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.OnTaskEndResize Event

In This Article

Allows you to respond to a task‘s width change made with a mouse drag-and-drop operation.

#Declaration

Delphi
property OnTaskEndResize: TdxGanttControlTaskEndResizeEvent read; write;

#Remarks

A task width corresponds to its duration, which depends on start and finish dates. This event occurs when a user has changed the task width with the mouse as shown below:

The OnTaskEndResize event does not occur if any of the following conditions are met:

Refer to the TdxGanttControlTaskEndResizeEvent procedural type description for details.

See Also