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

In This Article

Allows you to customize the Task Dependency dialog invocation.

#Declaration

Delphi
property OnShowTaskDependencyEditor: TcxSchedulerShowTaskDependencyEditorEvent read; write;

#Remarks

Fires after an end-user has clicked a task link.

Sender specifies the scheduler.

ALink specifies the clicked link.

AHandled specifies whether the default behavior is required. Set AHandled to True, to prevent the default code execution. This can be used, for example, if you display a custom task dependency editor dialog.

See Also