Back to Devexpress

TdxGanttControlChartView Events

vcl-dxganttcontrolviewchart-dot-tdxganttcontrolchartview-dot-underscore-events.md

latest6.0 KB
Original Source

TdxGanttControlChartView Events

The control‘s Chart View.

NameDescription
OnBaselineNumberChangedAllows you to respond to a baseline set change.
OnFirstVisibleDateTimeChangedAllows you to respond to a change of the first visible date in the Chart View.
OnGetLinkColorAllows you to change a task dependency color.
OnGetMajorHeaderCaption
OnGetStoredPropertiesOccurs every time the View’s property list is created. Inherited from TdxGanttControlCustomView.
OnGetStoredPropertyValueInherited from TdxGanttControlCustomView.
OnGetTaskBaselineColorAllows you to change a baseline color.
OnGetTaskColorAllows you to change a task color.
OnPercentCompleteChangeAllows you to accept or decline the task‘s progress change with the mouse.
OnPercentCompleteEndChangeAllows you to respond to a task‘s progress change (with the mouse) in the chart.
OnPercentCompleteStartChangeAllows you to cancel a drag-and-drop operation that is about to change a task‘s progress in the chart.
OnSetStoredPropertyValueInherited from TdxGanttControlCustomView.
OnTaskCreateAllows you to accept or decline a task created by a mouse drag-and-drop operation.
OnTaskEndCreateAllows you to respond to a task created by a mouse drag-and-drop operation.
OnTaskEndLinkAllows you to respond to a dependency created (with the mouse) between tasks.
OnTaskEndMoveAllows you to respond to a task movement (with the mouse) in the chart.
OnTaskEndResizeAllows you to respond to a task‘s width change made with a mouse drag-and-drop operation.
OnTaskLinkAllows you to accept or decline a dependency created by a mouse drag-and-drop operation.
OnTaskMoveAllows you to accept or decline the task drag-and-drop operation in the chart.
OnTaskResizeAllows you to accept or decline a task duration change with the mouse.
OnTaskStartCreateAllows you to cancel a drag-and-drop operation that is about to create a task in the chart.
OnTaskStartLinkAllows you to cancel a drag-and-drop operation that is about to create a dependency between tasks in the chart.
OnTaskStartMoveAllows you to cancel a drag-and-drop operation that is about to move a task in the chart.
OnTaskStartResizeAllows you to cancel a drag-and-drop operation that is about to change a task‘s width in the chart.

See Also

TdxGanttControlChartView Class

TdxGanttControlChartView Members

dxGanttControlViewChart Unit