Back to Devexpress

TaskDateChangeMode Enum

windowsforms-devexpress-dot-xtragantt-dot-options-9ea8cf40.md

latest1.5 KB
Original Source

TaskDateChangeMode Enum

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.

Namespace : DevExpress.XtraGantt.Options

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public enum TaskDateChangeMode
vb
Public Enum TaskDateChangeMode

Members

NameDescription
Default

The mode is not specified explicitly. Enables MoveTask mode.

| | MoveTask |

The control shifts a task when a user changes the task’s start or finish date.

| | UpdateDuration |

The control extends/reduces a task’s duration when a user changes the task’s start or finish date.

|

The following properties accept/return TaskDateChangeMode values:

See Also

Interactive Editing

DevExpress.XtraGantt.Options Namespace