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

CustomTaskSchedulingEventArgs Properties

Provides data for the CustomTaskScheduling event.
Name Description
Cancel Gets or sets whether to cancel rescheduling the processed task and all dependent tasks.
Duration Gets or sets the task’s duration.
FinishDate Gets or sets the task’s finish date.
Node Gets the processed node.
Row Gets an object that specifies the processed data row.
StartDate Gets or sets the task’s start date.
See Also