AppointmentDependencyType Enum
Specifies when a task should start and end in relation to another task.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Members
Name | Description |
---|---|
Finish
|
Dependent task cannot start before the Parent task is finished. A data record for the appointment dependency of this type is shown above. The integer value of the enum is 0. |
Start
|
Dependent task cannot start before the Parent task starts. A data record for the appointment dependency of this type is shown above. The integer value of the enum is 1. |
Finish
|
Dependent task cannot finish before the Parent task is finished. A data record for the appointment dependency of this type is shown above. The integer value of the enum is 2. |
Start
|
Dependent task cannot finish before the Parent task starts. A data record for the appointment dependency of this type is shown above. The integer value of the enum is 3. |
#Related API Members
The following properties accept/return AppointmentDependencyType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Appointment |
Win |
Appointment |
Appointment |
#Remarks
The default (and the most common) dependency type is AppointmentDependencyType.FinishToStart.