AppointmentDependencyFormController.DependencyType Property
Gets or sets the type of the appointment dependency currently being edited.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
| Type | Description |
|---|---|
| AppointmentDependencyType | An AppointmentDependencyType enumeration value. |
Available values:
| Name | Description |
|---|---|
| FinishToStart | 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. |
| StartToStart | 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. |
| FinishToFinish | 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. |
| StartToFinish | 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. |
Remarks
The default AppointmentDependencyForm utilizes the AppointmentDependencyTypeEdit control to select the AppointmentDependency.Type of the appointment dependency. When the DependencyType changes, the AppointmentDependencyFormController.PropertyChanged event occurs.



