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 Events
Show Inherited Hide Inherited

The control‘s Chart View.
Name Description
OnBaselineNumberChanged Allows you to respond to a baseline set change.
OnFirstVisibleDateTimeChanged Allows you to respond to a change of the first visible date in the Chart View.
OnGetLinkColor Allows you to change a task dependency color.
OnGetMajorHeaderCaption
OnGetStoredProperties Occurs every time the View’s property list is created. Inherited from TdxGanttControlCustomView.
OnGetStoredPropertyValue Inherited from TdxGanttControlCustomView.
OnGetTaskBaselineColor Allows you to change a baseline color.
OnGetTaskColor Allows you to change a task color.
OnPercentCompleteChange Allows you to accept or decline the task‘s progress change with the mouse.
OnPercentCompleteEndChange Allows you to respond to a task‘s progress change (with the mouse) in the chart.
OnPercentCompleteStartChange Allows you to cancel a drag-and-drop operation that is about to change a task‘s progress in the chart.
OnSetStoredPropertyValue Inherited from TdxGanttControlCustomView.
OnTaskCreate Allows you to accept or decline a task created by a mouse drag-and-drop operation.
OnTaskEndCreate Allows you to respond to a task created by a mouse drag-and-drop operation.
OnTaskEndLink Allows you to respond to a dependency created (with the mouse) between tasks.
OnTaskEndMove Allows you to respond to a task movement (with the mouse) in the chart.
OnTaskEndResize Allows you to respond to a task‘s width change made with a mouse drag-and-drop operation.
OnTaskLink Allows you to accept or decline a dependency created by a mouse drag-and-drop operation.
OnTaskMove Allows you to accept or decline the task drag-and-drop operation in the chart.
OnTaskResize Allows you to accept or decline a task duration change with the mouse.
OnTaskStartCreate Allows you to cancel a drag-and-drop operation that is about to create a task in the chart.
OnTaskStartLink Allows you to cancel a drag-and-drop operation that is about to create a dependency between tasks in the chart.
OnTaskStartMove Allows you to cancel a drag-and-drop operation that is about to move a task in the chart.
OnTaskStartResize Allows you to cancel a drag-and-drop operation that is about to change a task‘s width in the chart.
See Also