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

TcxSchedulerGanttView Events
Show Inherited Hide Inherited

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