TcxSchedulerGanttView Events
The Gantt View.| Name | Description |
|---|---|
| OnCustomDrawMajorUnit | Occurs every time the major time scale unit is about to be drawn. Inherited from TcxSchedulerTimeGridView. |
| OnCustomDrawMinorUnit | Occurs every time the minor time scale unit is about to be drawn. Inherited from TcxSchedulerTimeGridView. |
| OnCustomDrawSelectionBar | Occurs every time the time selection bar unit is about to be drawn. Inherited from TcxSchedulerTimeGridView. |
| OnEndLinkEvent | Allows you to prohibit task linking. |
| OnGetMajorUnitDisplayText | Fires every time the title of the major time scale’s unit is rendered. Inherited from TcxSchedulerTimeGridView. |
| OnGetMinorUnitDisplayText | Fires every time the title of the minor time scale’s unit is rendered. Inherited from TcxSchedulerTimeGridView. |
| OnShowTaskDependencyEditor | Allows you to customize the Task Dependency dialog invocation. |
| OnStartLinkEvent | Allows you to control which tasks can serve as sources of task connectors. |
See Also