Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 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

DevExpress.XtraGantt.Options Namespace

In This Article

Contains types that specify options applied to GanttControl.

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

#Classes

Name Description
GanttControlOptionsBehavior Contains options that specify a GanttControl‘s behavior.
GanttControlOptionsCustomization Contains options that specify what users can customize in a GanttControl‘s chart.
GanttControlOptionsPrint Contains print options.

#Enums

Name Description
ConstraintMode Enumerates values that specify whether the control automatically applies a constraint to a task when a user changes a task’s start or finish date.
ScheduleMode Enumerates values that specify whether the control automatically reschedules all successor tasks when a user moves a particular task to a new time slot.
TaskDateChangeMode Enumerates values that specify whether the control shifts a task or extends/reduces its duration when a user changes the task’s start or finish date.
See Also